Hi Folks, hope everyone is doing alright, Is there...
# aws
i
Hi Folks, hope everyone is doing alright, Is there a standard way to handle/bundle lambda functions in python with dependencies? like with the pip pluging in serverless or something? the ai chatbot is providing wrong information I think bc it is talking about a PythonPackageArchive funtion that I couldn't find anywhere else:
Copy code
code=lambda_.PythonPackageArchive(
        path='path_to_your_python_handler_folder', # replace with path to folder containing your python handler and requirements.txt
        requirements='requirements.txt',
    ),
here is the link .