From bba901b725ee7f1c61bde245e8badea25cb90eb3 Mon Sep 17 00:00:00 2001 From: finn <65142636+finnholland@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:12:00 +1030 Subject: [PATCH 1/2] Fix: root README linking and domain badges --- README.md | 30 ++++++++++---------- packages/constructs/domain-hosting/README.md | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ce417f1d..941bad1f 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,21 @@ These are all written for CDK v2. See the official AWS guide for how to migrate | Construct | Description | | ------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -| [basic-auth](packages/basic-auth) | Restricts CloudFront access behind authentication | -| [cloudfront-security-headers](packages/cloudfront-security-headers) | Adds HTTP security headers to origin responses | -| [domain-hosting](packages/domain-hosting) | Provides a construct to manage a Route53 or external domain along with (optionally) the certificate and records | -| [esbuild](packages/esbuild) | Provides a construct which allows AWS CDK's bundling process to use the esbuild tool to generate a bundled output | -| [feature-env-handlers](packages/feature-env-handlers) | Lambda@Edge handlers to support feature environments | -| [geoip-redirect](packages/geoip-redirect) | Lambda@Edge handlers to redirect users based on region | -| [graphql-server](packages/graphql-mesh-server) | Creates a [GraphQL Mesh](https://the-guild.dev/graphql/mesh) server to assist with data transformation from multiple sources | -| [header-change-detection](packages/header-change-detection) | Creates a Lambda function that periodically scans security headers and sends the results to SNS | -| [prerender-fargate](packages/prerender-fargate) | Self-hosted prerender to handle prerender bot requests | -| [prerender-proxy](packages/prerender-proxy) | Provides functions to adjust self-hosted prerender behaviour | -| [rabbitmq](packages/rabbitmq) | Create a RabbitMQ cluster within CDK | -| [shared-vpc](packages/shared-vpc) | Creates a single VPC with static IP for micro-services with DNS management | -| [static-hosting](packages/static-hosting) | Construct to deploy infrastructure for static webpage hosting | -| [step-function-from-file](packages/step-function-from-file) | Create a Step Function state machine definition from a given JSON or YAML file | -| [waf](packages/waf) | Configurable WAF infrastructure | +| [basic-auth](packages/constructs/basic-auth) | Restricts CloudFront access behind authentication | +| [cloudfront-security-headers](packages/constructs/cloudfront-security-headers) | Adds HTTP security headers to origin responses | +| [domain-hosting](packages/constructs/domain-hosting) | Provides a construct to manage a Route53 or external domain along with (optionally) the certificate and records | +| [esbuild](packages/constructs/esbuild) | Provides a construct which allows AWS CDK's bundling process to use the esbuild tool to generate a bundled output | +| [feature-env-handlers](packages/constructs/feature-env-handlers) | Lambda@Edge handlers to support feature environments | +| [geoip-redirect](packages/constructs/geoip-redirect) | Lambda@Edge handlers to redirect users based on region | +| [graphql-server](packages/constructs/graphql-mesh-server) | Creates a [GraphQL Mesh](https://the-guild.dev/graphql/mesh) server to assist with data transformation from multiple sources | +| [header-change-detection](packages/constructs/header-change-detection) | Creates a Lambda function that periodically scans security headers and sends the results to SNS | +| [prerender-fargate](packages/constructs/prerender-fargate) | Self-hosted prerender to handle prerender bot requests | +| [prerender-proxy](packages/constructs/prerender-proxy) | Provides functions to adjust self-hosted prerender behaviour | +| [rabbitmq](packages/constructs/rabbitmq) | Create a RabbitMQ cluster within CDK | +| [shared-vpc](packages/constructs/shared-vpc) | Creates a single VPC with static IP for micro-services with DNS management | +| [static-hosting](packages/constructs/static-hosting) | Construct to deploy infrastructure for static webpage hosting | +| [step-function-from-file](packages/constructs/step-function-from-file) | Create a Step Function state machine definition from a given JSON or YAML file | +| [waf](packages/constructs/waf) | Configurable WAF infrastructure | ## Contributing diff --git a/packages/constructs/domain-hosting/README.md b/packages/constructs/domain-hosting/README.md index ede82346..6a6812fb 100644 --- a/packages/constructs/domain-hosting/README.md +++ b/packages/constructs/domain-hosting/README.md @@ -26,7 +26,7 @@ npm install @aligent/cdk-domain-hosting aws-cdk-lib constructs Or with yarn: ```bash -yarn add @aligent/cdk-static-hosting aws-cdk-lib constructs +yarn add @aligent/cdk-domain-hosting aws-cdk-lib constructs ``` ### Peer Dependencies From 164792e52a258b8ac6e5d3e627a11e4dcc687a11 Mon Sep 17 00:00:00 2001 From: finn <65142636+finnholland@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:21:46 +1030 Subject: [PATCH 2/2] Added changeset for domain-hosting change will also want minor for readme changes but thats in release. --- .changeset/metal-olives-leave.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/metal-olives-leave.md diff --git a/.changeset/metal-olives-leave.md b/.changeset/metal-olives-leave.md new file mode 100644 index 00000000..b405e368 --- /dev/null +++ b/.changeset/metal-olives-leave.md @@ -0,0 +1,5 @@ +--- +"@aligent/cdk-domain-hosting": patch +--- + +Updated readme install step