stephenwiebe

Results 4 comments of stephenwiebe

@hupe1980 Any word on this? We're getting this error with version 2.1.0 with CDK 2: ``` /home/kralljir/shopvox/cdk-shopvox-app-compute/node_modules/constructs/src/construct.ts:362 throw new Error(`the construct "${this.path}" has a "${method}()" method which is no longer...

Just ran into this, the CfnPermission workaround that @yogeshdass suggested works for now.

I think I might be running into the same issue when I have a class with a single constructor that takes a parameter of another POJO type. In this case,...