We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046e808 commit 2fae4aaCopy full SHA for 2fae4aa
README.md
@@ -62,6 +62,14 @@ API Gateway Endpoint: http://localhost:4566/_aws/execute-api/4xu5emxibf/test
62
63
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.
64
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
73
### cdklocal
74
75
Alternatively the application can be deployed to LocalStack via `cdklocal`, our wrapper around the AWS CDK. Perform the following steps:
0 commit comments