add tester ui, and restructure folders
This commit is contained in:
6
functions/sign_pdfs/requirements.txt
Normal file
6
functions/sign_pdfs/requirements.txt
Normal 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)
|
||||
Reference in New Issue
Block a user