Blog

This is me writing about programming, hobbies and various other topics

Pretty URLs with CloudFront and S3

If you have ever set up static site hosting using S3 Bucket, your website URL probably looks somewhat like the following: example.com/index.html There is nothing wrong with the URL except one tiny …

AWS
September 24, 2023 • 3 min read
Using AWS CDK Aspect

You may have used CDK extensively to provision AWS resources. Did you know CDK also provides other powerful operations to your Constructs? Aspect is one of them. Aspect is ideal if you want to apply a …

AWS
May 18, 2022 • 2 min read