Back to Browse

How to Use Libraries in AWS Lambdas - Python Layer Example (Requests)

9.6K views
Oct 25, 2022
6:15

AWS Documentation for Creating a Layer on a AWS Lamda: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html#configuration-layers-upload Terminal Steps: mkdir python cd python pip3 install [library-name-here] -t . cd .. zip -r python.zip python

Download

1 formats

Video Formats

360pmp49.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

How to Use Libraries in AWS Lambdas - Python Layer Example (Requests) | NatokHD