### 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