1 個回答
- 最新
- 最多得票
- 最多評論
0
I think "arn:aws:cloudformation:us-east-1:aws:transform/Serverless-2023-04-14" is wrong.
Shouldn't it be "arn:aws:cloudformation:us-east-1:aws:transform/Serverless-2016-10-31"?
The following document shows an example policy.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html
To allow AWS::Serverless transforms to create a change set, the policy should include the arn:aws:cloudformation:<region>:aws:transform/Serverless-2016-10-31 resource-level permission, as shown in the following policy:
相關內容
- 已提問 8 個月前
