Tag: AWS SAM CLI

AWS SAM Multi-Region Packaging Script

I use this bash loop to package an AWS SAM template to multiple regions. This script stages the CloudFormation template and assets in a regional bucket. You can share the bucket with other accounts vi

AWS Athena SAM Policies

AWS Athena provides SQL queries over S3 data. The service depends on S3, Glue, and Athena itself so getting permissions set up can be tricky. Here is what worked for me.