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
Section "Add an Amazon S3 bucket" source for tsc reads constructor(scope: cdk.App, id: string, props?: cdk.StackProps) {. When I open lib/hello-cdk-stack.ts, the starter code reads constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {. What is the difference between cdk.App and cdk.Construct? Can we align the docs to what customers see in the first sample app?
The text was updated successfully, but these errors were encountered:
Section "Add an Amazon S3 bucket" source for tsc reads
constructor(scope: cdk.App, id: string, props?: cdk.StackProps) {
. When I open lib/hello-cdk-stack.ts, the starter code readsconstructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
. What is the difference between cdk.App and cdk.Construct? Can we align the docs to what customers see in the first sample app?The text was updated successfully, but these errors were encountered: