Model/infrastructure/terraform/lambda/_template/README.md
2026-02-03 13:36:55 +00:00

349 B

Checklist for a new lambda

  • Copy cp -r lambda/_template lambda/
  • Add ECR repo in shared/main.tf
  • Set bucket name in provider.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