add http-api
This commit is contained in:
8
http-api/Makefile
Normal file
8
http-api/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user