-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jonathan Lloyd edited this page Jun 17, 2021
·
3 revisions
Welcome to the aws-cloudformation-media-downloader wiki!
- A lambda associated with a CloudFront distribution must share the same name
- Environment variables should never be all caps or with an
npm_
prefix - Underlying dependencies include their own environment variables
- Environment variables for DynamoDB tables should be prefixed with
DynamoDBTable
followed by the table name
- The naming of resources follows the Pascal Case convention
- The naming of outputs follows the Snake Case convention
- The naming of variables follows the Camel Case convention
- Any policy-related resource used multiple times will be prefixed with
Common
(e.g.CommonLambdaLogging
) - All
Common
policies are stored in themain.tf
file