mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
10 lines
No EOL
349 B
Markdown
10 lines
No EOL
349 B
Markdown
### Checklist for a new lambda
|
|
|
|
- [ ] Copy cp -r lambda/_template lambda/<name>
|
|
- [ ] 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 |