add layercake
This commit is contained in:
8
layercake/Makefile
Normal file
8
layercake/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user