File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ EXTRA_CORS_ALLOWED_ORIGINS='*' DISABLE_CUSTOM_CORS_APIGATEWAY=1 DISABLE_CUSTOM_C
4646If you run into specific CORS issues, disable it using a [ browser extension] ( https://webextension.org/listing/access-control.html ) .
4747
4848## Local Deployment
49- ### awslocal
49+
50+ ### AWS CLI (` awslocal ` )
5051
5152To deploy the app locally, run the following command:
5253
@@ -62,17 +63,18 @@ API Gateway Endpoint: http://localhost:4566/_aws/execute-api/4xu5emxibf/test
6263
6364Navigate 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.
6465
65- ### cdk
66+ <!-- ### CDK (AWS)
6667
6768To deploy the application to AWS, ensure your account is bootstraped via `cdk bootstrap` and then run
6869
6970```bash
7071AWS_CMD=aws CDK_CMD=cdk bash ./bin/deploy_cdk.sh
71- ```
72+ ``` -->
7273
73- ### cdklocal
74+ ### CDK Local
7475
7576Alternatively the application can be deployed to LocalStack via ` cdklocal ` , our wrapper around the AWS CDK. Perform the following steps:
77+
76781 . Bootstrap LocalStack: ` cd cdk && cdklocal bootstrap `
77792 . Deploy the application: ` AWS_CMD=awslocal CDK_CMD=cdklocal bash ./bin/deploy_cdk.sh `
7880
You can’t perform that action at this time.
0 commit comments