【发布时间】:2017-05-08 15:17:43
【问题描述】:
自 2016 年 12 月 1 日起,AWS Lambda 现在支持在 .NET Core 1.0 运行时中运行的 C# 函数。所以我使用 VS AWS Lambda 模板创建了这个函数。我尝试通过 VS 中的“发布到 AWS Lambda ...”上下文菜单发布 lambda 函数。因此,在对话框中配置功能(选择 S3 存储桶、区域等)后,我单击发布,在发布过程结束时,我收到错误:
Error creating CloudFormation change set: User: arn:aws:iam::***:user/demo_user is not authorized to perform: cloudformation:CreateChangeSet on resource: arn:aws:cloudformation:us-east-1:****:stack/****
我想我可以将策略附加/授予组/用户到 cloudformation,但我只能在选择中看到此策略:AWSCloudFormationReadOnlyAccess
我期待看到某种 ReadWrite 或 FullAccess。
需要帮助将函数发布到 AWS lambda。谢谢!
【问题讨论】:
标签: amazon-web-services .net-core aws-lambda aws-sdk