Closed alexandredavi closed 4 years ago
Thanks for contacting, and we are aware of this issue, and we are going to fix this one soon. The issue is due to the breaking changes of CDK 1.19. You can see the breaking changes here.
As a workaround, you can lock the CDK version to 1.18 on your CodeCommit repository package.json.
"dependencies": {
"@aws-cdk/aws-apigateway": "1.18.0",
"@aws-cdk/aws-cloudfront": "1.18.0",
"@aws-cdk/aws-cognito": "1.18.0",
"@aws-cdk/aws-dynamodb": "1.18.0",
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/aws-iot": "1.18.0",
"@aws-cdk/aws-iotanalytics": "1.18.0",
"@aws-cdk/aws-lambda": "1.18.0",
"@aws-cdk/aws-s3": "1.18.0",
"@aws-cdk/aws-sns": "1.18.0",
"aws-cdk": "1.18.0",
"uuid": "^3.3.2"
}
Thanks for waiting, and the latest update we released contains the fix of this issue, so you can use the latest template to launch the solution.
TypeScript compilation error after updated cdk to 1.18.0 version.
Rolling back to cdk 0.39.0 version works fine.