add layercake

This commit is contained in:
2025-03-20 17:46:25 -03:00
parent bc8b9805e3
commit a41f90f3a9
15 changed files with 1497 additions and 0 deletions

8
layercake/Makefile Normal file
View File

@@ -0,0 +1,8 @@
export:
uv export --no-emit-project --no-editable --frozen --no-dev -o requirements.txt
build:
sam build --use-container
deploy: export build
sam deploy --debug