Hi, yes we need a better way of handling python packages 😅 Not that I'm aware of, but if you are using any IaC tools like Terraform it's quite easy to install all the libraries/packages you need using for example a requirements.txt file. Also you may be familiar with Lambda Layers? If not then you can install all the libraries that you depend on in a Lambda Layer and simply add that layer to all your Lambda functions 😄 I'll make a future video about 🙌 I hope this was somewhat helpful 😊
Good video! Would be great if you also published the video with AWS Parameters and Secrets Lambda Extension with Secrets Manager.
Thank you so much! 😄 Yes, I will for sure make that video 🙌
lambda functions need a better way to handle python packages. Is there anything new for that?
Hi, yes we need a better way of handling python packages 😅 Not that I'm aware of, but if you are using any IaC tools like Terraform it's quite easy to install all the libraries/packages you need using for example a requirements.txt file.
Also you may be familiar with Lambda Layers? If not then you can install all the libraries that you depend on in a Lambda Layer and simply add that layer to all your Lambda functions 😄 I'll make a future video about 🙌
I hope this was somewhat helpful 😊