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

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. Release notes Sourced from vm2's releases. 3.9.7 Fixes b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7:...

dependencies

For the latestcdk v1 version, the default subnet type is set to `Isolated` instead of `Private` https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/lib/context-providers/vpcs.ts. When deploying the stack it will fail and complain about subnets are empty....

I have the following: ``` const commitApprovers = ['elza', 'esen']; const { approvalRuleTemplateName } = new ApprovalRuleTemplate(this, `${id}ApprovalRuleTemplate`, { approvalRuleTemplateName: `master-branch-required-approvers-for-${id}`, template: { approvers: { approvalPoolMembers: commitApprovers.map(userName => { return...

`Context:` While deploying a multi pipeline with a single stack that will independently deploy FE and BE ECS services (under the same ALB) we noted the following issue. `Issues:` Resources...

Hi, Since the last 2 months, I've been seeing duplicate notifications for CodePipeline actions. Sometimes there are 2 notifications, sometimes there are 3 of them. But, only the last one...

Raw JSON is displayed in the Revision column: ``` e223344, {"ProviderType":"GitHub","CommitMessage":"foo"} ``` ![screenshot-20210902T132503-ocbw7KEJ](https://user-images.githubusercontent.com/491247/131793122-a59878c9-c39a-4372-98e9-de719900755e.png)