v79 / Cantilever

Creating a cloud-first static website generator using AWS servers such as S3 and Lambda. Transforms markdown files into HTML.
2 stars 0 forks source link

Create lambda@edge function to rewrite requests and deploy via CDK #83

Closed v79 closed 8 months ago

v79 commented 8 months ago
v79 commented 8 months ago

Took a few attempts but I now have a lambda@edge function in the project and it deploys to us-east-1 region. I've had to explicitly set the region of the main project now, rather than relying on my AWS account's default.

v79 commented 8 months ago

I've also moved the content of cantilevers.org into a folder, and copied the rightnotes website content into its own folder too. All is working (except maybe the rightnotes home page, annoyingly).