aws / aws-sam-cli-pipeline-init-templates

MIT No Attribution
44 stars 39 forks source link

AWS Partition is hardcoded to 'aws', which breaks for use in other partitions like aws-us-gov #49

Closed Jacob-Brink closed 2 years ago

Jacob-Brink commented 2 years ago

A simple fix would be to replace 'arn:aws:' with 'arn:${AWS::Partition}:'

hoffa commented 2 years ago

Thanks for reporting this! I've merged the fix.