cdk-constructs
cdk-constructs copied to clipboard
A collection of higher-level reusable cdk constructs
Hi, basically I have to ignore the Check I1022 (https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/rules.md) when using a Time To Life Stack because the stack generates with "Fn::Join" which is not best practice accordingly to...
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...
All, Would there be any objection to extending ECS-Service from blue-green deployments, to add Cloudmap options? In particular the ability to set the dnsRecordType.
We have pushed a breaking change that throws the following error during deployment. ``` Received response status [FAILED] from custom resource. Message returned: Error: Cannot find module 'aws-sdk' Require stack:...
NPM module `@slack/interactive-messages` has been deprecated. Refer to https://github.com/slackapi/node-slack-sdk/pull/1258. The upstream suggests to migrate to https://github.com/slackapi/bolt-js.
Bumps [ws](https://github.com/websockets/ws) from 7.5.6 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...
* Adjusted user-pool-domain lambda to use region directly instead of from the cognito client resolved config (Fix for #211) * Updated Authorizations and AuthFlow to add a sane default for...
I would like to deploy a website in an s3 bucket that can only be accessed by authenticated users. I think this is a pretty common pattern, and the cdk-cloudfront-authorization...
The user-pool-domain lambda is generating invalid configuration.json which contain a busted domain name like below ```json { domainName: "2b7f08a6.auth.async () => { if (runtimeConfig.region === void 0) { throw new...
When using `DynamoDBSeeder` with Seeds from either json file or bucket the creation of `Custom::DynamodbSeeder` resource fails with `Unexpected token o in JSON at position 1`. I checked that the...