我使用以下命令将非常简单的代码部署到AWS Lambda:
zip http-endpoint lambda_function.py
aws lambda update-function-code --function-name 'http-endpoint' --zip-file fileb://http-endpoint.zip --region us-east-1
是否有可能以某种方式查看以前版本的代码?
答案 0 :(得分:0)
您可以使用get-function
获取有关您的功能的数据。这会将包含code
的{{1}}对象返回到函数的代码工件。 See docs here =>向下滚动到输出:
位置 - > (串) 您可以使用预先签名的URL下载之前上传的函数.zip文件。该网址有效期最长为10分钟。