I have a project hosted on AWS. I’m having many functions to use in lambdas. Is there any best way of using those project files without copy paste all the files and without installing all packages.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use lambda layers for this.
Lambda layers
make it simple to bundle libraries and other dependencies for implementation with Lambda functions. Using layers decreases the size of submitted deployment archives and speeds up code distribution.