cdk-constructs icon indicating copy to clipboard operation
cdk-constructs copied to clipboard

A collection of higher-level reusable cdk constructs

Results 65 cdk-constructs issues
Sort by recently updated
recently updated
newest added

The [README](https://github.com/cloudcomponents/cdk-constructs/tree/master/packages/cdk-codepipeline-slack#oauth--permissions) describes adding the `channels::history` scope to the app. However, different scopes seem to be required. CloudWatch logs for the Slack notifier Lambda contain the following error message: ```...

Generally I end up manually creating the empty bucket and CloudFront distribution to do a redirect from www -> apex. It'd be great if this was either a separate construct...

First, this is an amazing resource and thanks for the work that has gone into it. It would be extremely helpful to include CloudFormation Outputs for each stack in order...

AWS is phasing out Node v12 support following the EOL of Node v12 (April 30, 2022). This requires this package to start using at least v14or better v16. Since v16...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi Do you plan to provide NuGet packaging for these constructs such that they can be used for C#/F# CDK setups? Thanks

We've recently needed to debug live containers and have had to use this procedure to do it. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html We've decided to make it a permanent change to our services but...

Hello, I'd like to use constructs from this project. Don't see much is happening sine 2022. Is this project ALIVE?

When running CDK deploy from master with on the Pull-Request-Example, the cloud formation times out and rollsback on creation of the Approval Rule Template custom resource. Repro steps: - Clone...

I'm currently trying to upgrade `@cloudcomponents/cdk-blue-green-container-deployment` to a CDK v2 supported version. When doing the required changes to CDK code and deploying, the following error occurs: ``` 11:03:33 AM |...