9 lines
182 B
Makefile
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
|