Home Blog
This is me writing about programming, hobbies and various other topics
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 …
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 …