/cdkweekly

Terraform CDK SSL Proxy for cdkweekly.com

Primary LanguageTypeScript

Terraform CDK SSL Proxy for cdkweekly.com

The CDK Weekly newsletter is served by revue.co, which doesn't support SSL for custom domains.

This little workaround was initially built on top of Terrastack and got migrated to its successor Terraform CDK. It's the first real world example for the Terraform CDK and is running in production for a while now.

Setup

npm install
cdktf get

Deploy

cdktf deploy

That's where one of the Terraform CDK examples is stemming from.

Next Up:

  • Redirect naked domain -> www (probably including SSL via Cloudfront distribution)
  • Inject Google Analytics or something similar
  • Migrate state to Terraform Cloud