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: typescript/quicksight/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,14 @@
13
13
---
14
14
<!--END STABILITY BANNER-->
15
15
16
-
#Welcome to your CDK TypeScript project
16
+
## Overview
17
17
18
-
This is a blank project for CDK development with TypeScript.
18
+
This project demonstrates how to set up Amazon Quicksight. It will set up a S3 Bucket, import some test data and makes it available as a datasource to quicksight.
19
19
20
-
The `cdk.json` file tells the CDK Toolkit how to execute your app.
20
+
## Deploy
21
+
22
+
1. Create a quicksight account [here](https://docs.aws.amazon.com/quicksight/latest/user/signing-up.html).
23
+
2. Use the arn of the quicksight account and pass it to cdk using a context `cdk deploy --context quicksightAccountArn=<arn>`
0 commit comments