标签: amazon-web-services amazon-s3 aws-lambda
所以我目前的流程是通过mvn将项目构建到jar中, 通过curl通过shell脚本将其上传到S3存储桶,现在我想更新lambda函数代码以指向S3中新上传的文件。
有没有办法在没有CLI和shell的情况下做到这一点?
答案 0 :(得分:0)
目前尚不清楚“没有CLI”是什么意思,而是在shell脚本中执行此操作 您将使用AWS CLI Tool,特别是命令aws lambda update-function-code documented here。
aws lambda update-function-code