add missing files
This commit is contained in:
11
streams-events/Makefile
Normal file
11
streams-events/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
build:
|
||||
sam build --use-container
|
||||
|
||||
deploy: build
|
||||
sam deploy --debug
|
||||
|
||||
pytest:
|
||||
uv run pytest
|
||||
|
||||
htmlcov: pytest
|
||||
uv run python -m http.server 80 -d htmlcov
|
||||
Reference in New Issue
Block a user