1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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:
