Model/infrastructure/terraform/lambda/_template
2026-02-03 12:42:35 +00:00
..
main.tf test deployment 2026-02-03 11:12:25 +00:00
provider.tf test deployment 2026-02-03 11:12:25 +00:00
README.md make it more modular 2026-02-03 12:42:35 +00:00
variables.tf test deployment 2026-02-03 11:12:25 +00:00

Checklist for a new lambda

  • Copy cp -r lambda/_template lambda/
  • Set state_bucket_name
  • Add ECR repo in shared/main.tf
  • Add shared output for repo name/url
  • Push to GitHub (CI will deploy)

Note: By default this does a sqs to lamba. Configure the terraform file for other connections between sqs->lambda