cdk-constructs
cdk-constructs copied to clipboard
A collection of higher-level reusable cdk constructs
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...
Previously, the first domain name was passed to the `DnsValidatedCertificate` construct twice. In the `domainName` prop and again in the `subjectAlternativeNames`. For example, when using `new StaticWebsite(app, "Website", { domainNames:...
Resolve the issue: https://github.com/cloudcomponents/cdk-constructs/issues/214 ## Summary Fixes JSON parsing errors in the DynamoDB seeder by: - Replacing `body.toString()` with `transformToString('utf-8')` for proper S3 stream handling ## Changes - Updated `getSeedsFromS3`...
Upgrades `@cloudcomponents/cdk-responsive-email-template` to use CDK v2. I originally forked this because of a vulnerability alert in the `html-minifier` dependency; as it appears that package is no longer maintained I switched...
Probably something is updated in `aws-cdk-lib`/`cdk-nag`, but I now have the following error for the static website: `[Error at /Stack/StaticWebsite/Distribution/Resource] AwsSolutions-CFR7: The CloudFront distribution does not use an origin access...