如何在Lambda函数控制台中调用AWS cli命令?
我正在尝试在 lambda 函数中使用一些 aws cli 命令。我已经创建了安装了 AWS 软件包的 Lambda 层。但我仍然收到错误,因为找不到目录 aws
I am trying to using some aws cli commands in my lambda function. I have created the Lambda layer with AWS packages installed. But still I am getting the error as cannot find the directory aws
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 boto3 进行复制操作很有用。
copy operations using boto3 is useful.