Created updated scripts to deploy/destroy manually
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m30s

This commit is contained in:
2025-05-15 11:38:53 -05:00
parent c53e65d713
commit 91406f2439
3 changed files with 31 additions and 3 deletions

5
install.sh Normal file
View File

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