【发布时间】:2021-10-20 18:56:36
【问题描述】:
我尝试使用以下命令进行部署。
sls deploy --stage=stage --profile=[my-profile]
它给出了错误。
Serverless Error ----------------------------------------
User: arn:aws:iam::[my-iam-user] is not authorized to perform: cloudformation:DescribeStacks on resource: arn:aws:cloudformation:ap-northeast-1:[my-lambda-endpoint]/* with an explicit deny
我的 IAM 用户有 AdministratorAccess 政策,所以我不明白为什么会发生错误
【问题讨论】:
标签: aws-lambda serverless-framework