File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ import { QuicksightExampleStack } from '../lib/quicksight-example-stack';
55
66const app = new cdk . App ( ) ;
77new 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments