Tag

#aws

3 posts

← All posts
aws · APR 14 · 2023

Automatically Invalidate AWS CloudFront Cache When Updating Files in an S3 Bucket with CloudFormation

This blog post will guide you through the process of creating a CloudFormation stack that automatically invalidates CloudFront cache when you upload updated files to an associated S3 bucket. We will achieve this by using an AWS Lambda function that gets triggered by S3 bucket notifications.

#aws #cloudfront #cloudformation Read essay →
aws · JUN 29 · 2020

What can Honeycode, AWS's new NoCode App Platform be used for?

Now that nocode development is all the rage, I was curious to experience and rewview Honeycode after AWS announced it’s Beta release.

#aws #nocode #review Read essay →
java · MAY 21 · 2020

Deploying a gradle Micronaut service to AWS Elastic Beanstalk with github Actions

Now that I can develop and test my Micronaut Java service in my browser, in the cloud, the next step is automating deployment to AWS Elastic Beanstalk.

#java #aws #github #micronaut Read essay →