5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install dependencies and deploy infrastructure
|
|
npm install -g aws-cdk
|
|
python3 -m pip install -r requirements.txt |