Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload a zip folder in AWS lambda (python) without storing in S3

How to upload a zip folder in AWS lambda functions (python) without storing in S3. I need to upload the python code written by me normally including all python libraries in order to run the program.

like image 604
swedha b Avatar asked May 24 '26 21:05

swedha b


1 Answers

Do you want to do this from AWS Console? If yes then you simply have to select "Upload a .ZIP file" option in the "Code entry type" dropdown while creating the Lambda

That dropdown has 3 options as follows

  1. Edit code inline
  2. Upload a .ZIP file
  3. Upload a file from Amazon S3
like image 103
Arafat Nalkhande Avatar answered May 26 '26 11:05

Arafat Nalkhande



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!