Skip to content

Instantly share code, notes, and snippets.

@lewisdaly
Created June 12, 2018 01:39
Show Gist options
  • Save lewisdaly/9e3b02d3a3d246181cda7a090500f126 to your computer and use it in GitHub Desktop.
Save lewisdaly/9e3b02d3a3d246181cda7a090500f126 to your computer and use it in GitHub Desktop.
...
iamRoleStatements:
- Effect: "Allow"
Action:
- s3:*
Resource:
- arn:aws:s3:::${env:S3_BUCKET_NAME}
- arn:aws:s3:::${env:S3_BUCKET_NAME}/*
- Effect: "Allow"
Action:
- sns:Publish
Resource:
- ${env:SNS_TOPIC_ARN}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment