Files
saladeaula.digital/http-api/Makefile

13 lines
186 B
Makefile

build:
sam build --use-container
deploy: build
sam deploy --debug
start-api: build
sam local start-api
openapi:
uv run openapi.py && \
uv run python -m http.server 80 -d swagger