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

@@ -0,0 +1,6 @@
# Deps for the sign_pdfs lambda. Bundled into its deployment zip when
# uploading to AWS; locally, the runner pod installs the union of all
# per-function requirements (see Dockerfile.lambda).
aioboto3>=15.0 # async S3 client used in handler.py
aiofiles>=23.2 # async file I/O for the JSONL manifest in /tmp
boto3>=1.40 # sync S3 client used by seed.py (data setup utility)