This commit is contained in:
2025-04-29 21:13:21 +02:00
parent 84b1aa00d4
commit 444fc0614c
25 changed files with 877 additions and 150 deletions

6
lambda/dev/DEV.md Normal file
View File

@@ -0,0 +1,6 @@
## Deploy lambda function
If you want to deploy your own changes directly to lambda you can use [deploy.sh](./deploy.sh) to package and deploy it for you. Tested on linux.
Requirements:
- aws cli installed and configured (instructions in [README.md](./README.md))
- python3.12 and pip installed