Skip to content

Commit fbbb7b3

Browse files
author
Sebastian Schürmann
committed
docs: add instructions
1 parent c2f446d commit fbbb7b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

typescript/quicksight/bin/quicksight-example.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ import { QuicksightExampleStack } from '../lib/quicksight-example-stack';
55

66
const app = new cdk.App();
77
new QuicksightExampleStack(app, 'QuicksightExampleStack');
8+
9+
// 1. define stack props in QuicksightExampleStack
10+
// 2. pass stack props to QuicksightExampleStack
11+
// 3. make them available in the stack
12+
// 4. name it something along quicksight account arn
13+
// 5. use it getContext here and find out how to pass context with the cli. error out if context is missing
14+
// 6. document how to set up the stack

typescript/quicksight/lib/quicksight-example-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export class QuicksightExampleStack extends Stack {
2323
*/
2424
public static QUICKSIGHT_SERVICE_ROLE = 'aws-quicksight-service-role-v0';
2525

26-
2726
public static QUICKSIGHT_DATASET_NAME = 'quicksightExampleDataset';
2827

2928

0 commit comments

Comments
 (0)