Skip to content
Jonathan Lloyd edited this page Jun 17, 2021 · 3 revisions

Welcome to the aws-cloudformation-media-downloader wiki!

Environment variable naming conventions

  • 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

Terraform conventions

  • 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 the main.tf file
Clone this wiki locally