Skip to content

Commit 2fae4aa

Browse files
committed
Add AWS deployment instructions
1 parent 046e808 commit 2fae4aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ API Gateway Endpoint: http://localhost:4566/_aws/execute-api/4xu5emxibf/test
6262

6363
Navigate to the CloudFront URL to check out the app. The script would also seed some quiz data and user data to make local testing easier.
6464

65+
### cdk
66+
67+
To deploy the application to AWS, ensure your account is bootstraped via `cdk bootstrap` and then run
68+
69+
```bash
70+
AWS_CMD=aws CDK_CMD=cdk bash ./bin/deploy_cdk.sh
71+
```
72+
6573
### cdklocal
6674

6775
Alternatively the application can be deployed to LocalStack via `cdklocal`, our wrapper around the AWS CDK. Perform the following steps:

0 commit comments

Comments
 (0)