Skip to content

Commit b3c3862

Browse files
author
Sebastian Schürmann
committed
docs: a tad more info in the readme
1 parent 54b5652 commit b3c3862

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

typescript/quicksight/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
---
1414
<!--END STABILITY BANNER-->
1515

16-
# Welcome to your CDK TypeScript project
16+
## Overview
1717

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.
1919

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>`
2124

2225
## Useful commands
2326

0 commit comments

Comments
 (0)