first commit

This commit is contained in:
2025-05-13 18:13:40 -05:00
commit d7d5ee0836
9 changed files with 188 additions and 0 deletions

4
deploy.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
npm install -g aws-cdk
python3 -m pip install -r requirements.txt
cdk deploy