Skip to content

Instantly share code, notes, and snippets.

@timbaileyjones
Created May 22, 2020 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbaileyjones/425dc3191333f5964235e5cfd8ae44ae to your computer and use it in GitHub Desktop.
Save timbaileyjones/425dc3191333f5964235e5cfd8ae44ae to your computer and use it in GitHub Desktop.
./src               # source code for the update_dashboards lambda
./terraform         # Terraform code to launch ./src into AWS
./terraform-buckets    # a separate Terraform module you can use
# to create/destroy real buckets to test
# that the update_dashboard lambda works
./terraform-lambda-apigw # same thing, but for lambdas & apigateways
./terraform-*-           # same thing, but for other resource types
./tests                  # a few sample CloudWatch events you can
# use as lambda_payload.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment