bootstrap SAM stack — S3 bucket + stub Lambda

This commit is contained in:
2026-05-18 05:21:46 -03:00
parent 3629d1183b
commit 5bfabae7a5
20 changed files with 753 additions and 241 deletions

View File

@@ -1,15 +1,12 @@
.PHONY: up down seed invoke install logs console clean graphs docs kind tilt-up tilt-down
PY ?= .venv/bin/python
PIP ?= .venv/bin/pip
COMPOSE := docker compose -f ctrl/docker-compose.yml
DOT_SRC := $(wildcard docs/graphs/*.dot)
SVG_OUT := $(DOT_SRC:.dot=.svg)
install:
python3 -m venv .venv
$(PIP) install -U pip
$(PIP) install -r requirements.txt
uv sync
up:
$(COMPOSE) up -d