Download an already uploaded Lambda function

前端 未结 4 1454
北恋
北恋 2020-12-01 08:57

I created a lambda function in AWS (Python) using \"upload .zip\" I lost those files and I need to make some changes, is there is any way to download that .zip?

4条回答
  •  醉话见心
    2020-12-01 09:19

    Yes!

    Navigate over to your lambda function settings and on the top right you will have a button called "Actions". In the drop down menu select "export" and in the popup click "Download deployment package" and the function will download in a .zip file.

提交回复
热议问题