Created updated scripts to deploy/destroy manually
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m30s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m30s
This commit is contained in:
5
install.sh
Normal file
5
install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install dependencies and deploy infrastructure
|
||||
npm install -g aws-cdk
|
||||
python3 -m pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user