You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,14 @@ npm install
38
38
39
39
#### Deploy tuning infrastructure
40
40
41
-
Create a directory called **website-output** in the **cdk** directory to be used for the website output. You can do this manually or use the following command:
42
-
43
-
```bash
44
-
mkdir website-output
45
-
```
46
41
Run the following command in the **cdk** directory to deploy the infrastructure:
47
42
48
43
```bash
49
44
npm run deploy-infra
50
45
```
51
46
47
+
_Note: This will create a folder called **website-output** which is required for the website infrastructure and deploy the tuning infrastructure. This is needed._
48
+
52
49
Once the infrastructure is deployed, the Amazon API Gateway endpoint will be made available as a CDK stack output:
0 commit comments