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

A collection of higher-level reusable cdk constructs

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

Hi, I am getting type errors when using @cloudcomponents/cdk-codepipeline-slack for cdk version 2. Is there any feature request or work in progress for cdk version 2 support?

Hello, There is always an issue during attempt to update stack where changeset includes updated tag for CodeStarNotificationRule. Every time in such cases stack deployment fails, due to tag update...

Is there an option to overwrite or update the email template if it already exists?

[cdk-codepipeline-slack](https://github.com/cloudcomponents/cdk-constructs/tree/master/packages/cdk-codepipeline-slack) : Support only specific users who can approve. Example: Check Only Slack User A can click approval bottom. ```ts new SlackApprovalAction({ actionName: 'SlackApproval', slackBotToken: 'botToken', slackSigningSecret: 'signingSecret', slackChannel: 'channel',...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. 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.2)](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

This adds a secret to the config of the webhook. Without it we are unable to verify webhook signatures in POST requests. See https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks#validating-payloads-from-github

`cdk-cloudfront-authorization` is throwing the following error: ``` { "errorType": "TypeError", "errorMessage": "Cannot convert undefined or null to object", "stack": [ "TypeError: Cannot convert undefined or null to object", " at...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

I would like to provide custom names for generated lambda functions, would this be possible? If not, could support be added to accomplish this? For example, here is a generated...