aws-cdk-examples
aws-cdk-examples copied to clipboard
Example projects using the AWS CDK
Relevant issue: #1173 Fixing codepipeline-build-deploy which no longer synthesizes. Fixing and tested issue for CodeCommit. Still need to test for GitHub. Opening PR and linking to issue in case anyone...
### Describe the bug Mark down instructions say to run cdk synth. However, the code for codeCommit (where codeRepo) was defined is commented out. Note: I recall this was fixed...
### Describe the feature There are deprecated method calls when synthing cdk projects. ### Use Case [typescript/cloudwatch/evidently-client-side-evaluation-ecs] [WARNING] aws-cdk-lib.CfnResource#addDependsOn is deprecated. [typescript/cloudwatch/evidently-client-side-evaluation-lambda] [WARNING] aws-cdk-lib.CfnResource#addDependsOn is deprecated. [typescript/cloudfront-functions] [WARNING] aws-cdk-lib.aws_cloudfront_origins.S3Origin is...
### Describe the bug Projen projects cause builds to fail because of the lock file when dependent a bot goes to update the package.json. Should just convert to normal projects...