Files
saladeaula.digital/http-api/Makefile
2025-03-20 17:48:37 -03:00

9 lines
182 B
Makefile

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