Unition

AWS-related stuff and other bits

Cloudfront Functions

A new way for implementing simple request/response manipluations at the edge

One of the problems with hosting a simple static site using a creator/framework tool like Jekyll or Hugo, and publishing it via Cloudfront is that links within the site can often be missing the `index.html` suffix, which is vital for when cloudfront is trying to reach the origin object in S3.

Creating this Blog

Hugo, AWS Developer Tools, S3 & Cloudfront

A brief guide on how I got this site up-and-running using Hugo, AWSCodeCommit/CodeBuild/CodeDeploy, S3 & Cloudfront

Creating this Blog using Jekyll

(Outdated/Archived)

A brief guide on how I originally got this site up-and-running using Jekyll, AWSCodeCommit/CodeBuild/CodeDeploy, S3 & Cloudfront