From f653e1f1b525890b464291611157ce924925fffc Mon Sep 17 00:00:00 2001 From: Ben Limmer Date: Sun, 11 Jun 2023 14:07:22 -0600 Subject: [PATCH 1/2] docs: add link to CDK alternative --- .header.md | 8 ++++++++ README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.header.md b/.header.md index f3f5bb2..709d941 100644 --- a/.header.md +++ b/.header.md @@ -218,3 +218,11 @@ If the job fails immediately and your site has previously generated a sitemaps.x that generates this file and the crawl job can fail fast if it cannot locate it. For all other features and issues relating to WP2Static, [raise an issue on their repo](https://github.com/leonstafford/wp2static/issues). For any issues relating to this module, [raise an issue against this repo.](https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues) + +## Alternatives + +An alternative written for [AWS Cloud Development Kit (CDK)](https://docs.aws.amazon.com/cdk/v2/guide/home.html), is +available at [`blimmer/cdk-static-wordpress`](https://github.com/blimmer/cdk-static-wordpress). Many open issues +on this repository have been resolved in the other project. Additionally, the almost any arbitrary property on the +infrastructure [can be customized](https://github.com/blimmer/cdk-static-wordpress#escape-hatches), allowing additional +flexibility. diff --git a/README.md b/README.md index b60f4c5..40c6c26 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,14 @@ that generates this file and the crawl job can fail fast if it cannot locate it. relating to WP2Static, [raise an issue on their repo](https://github.com/leonstafford/wp2static/issues). For any issues relating to this module, [raise an issue against this repo.](https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues) +## Alternatives + +An alternative written for [AWS Cloud Development Kit (CDK)](https://docs.aws.amazon.com/cdk/v2/guide/home.html), is +available at [`blimmer/cdk-static-wordpress`](https://github.com/blimmer/cdk-static-wordpress). Many open issues +on this repository have been resolved in the other project. Additionally, the almost any arbitrary property on the +infrastructure [can be customized](https://github.com/blimmer/cdk-static-wordpress#escape-hatches), allowing additional +flexibility. + ## Inputs | Name | Description | Type | Default | Required | From 8d7d9b0bbfe31df074a1b0f4b9714ed4aea9d856 Mon Sep 17 00:00:00 2001 From: Ben Limmer <630449+blimmer@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:41:56 -0600 Subject: [PATCH 2/2] Apply suggestions from code review --- .header.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.header.md b/.header.md index 709d941..6c630b6 100644 --- a/.header.md +++ b/.header.md @@ -223,6 +223,6 @@ For any issues relating to this module, [raise an issue against this repo.](http An alternative written for [AWS Cloud Development Kit (CDK)](https://docs.aws.amazon.com/cdk/v2/guide/home.html), is available at [`blimmer/cdk-static-wordpress`](https://github.com/blimmer/cdk-static-wordpress). Many open issues -on this repository have been resolved in the other project. Additionally, the almost any arbitrary property on the +on this repository have been resolved in the other project. Additionally, almost any arbitrary property on the infrastructure [can be customized](https://github.com/blimmer/cdk-static-wordpress#escape-hatches), allowing additional flexibility. diff --git a/README.md b/README.md index 40c6c26..5ceea86 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ For any issues relating to this module, [raise an issue against this repo.](http An alternative written for [AWS Cloud Development Kit (CDK)](https://docs.aws.amazon.com/cdk/v2/guide/home.html), is available at [`blimmer/cdk-static-wordpress`](https://github.com/blimmer/cdk-static-wordpress). Many open issues -on this repository have been resolved in the other project. Additionally, the almost any arbitrary property on the +on this repository have been resolved in the other project. Additionally, almost any arbitrary property on the infrastructure [can be customized](https://github.com/blimmer/cdk-static-wordpress#escape-hatches), allowing additional flexibility.