add local envs

This commit is contained in:
2025-03-23 22:45:04 -03:00
parent f14bd6b814
commit 2218a6f867
9 changed files with 30 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
export LOG_LEVEL = DEBUG
export TZ = America/Sao_Paulo
build:
sam build --use-container
deploy:
sam build --use-container && sam deploy
deploy: build
sam deploy --debug
start-api:
sam local start-api --port 4003 --warm-containers eager --debug
start-api: build
sam local start-api