Moved install script to scripts folder
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m8s

This commit is contained in:
2025-05-23 14:50:33 -05:00
parent 07dab76e3b
commit 76dc8908de

5
scripts/install.sh Executable 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