There are times when you want to run your Lambda function on a pre-defined schedule: every hour, every day, every Tuesday at 5 PM. AWS EventBridge helps us do that.
AWS S3 service is a perfect place for your static website. It’s fast, it’s cheap, and it’s easy to set up. In this tutorial, we will see how you can serve your Gatsby website from an S3 bucket. More importantly, we will create a CI/CD pipeline—using GitHub and AWS CodePipeline—to move our project to an amazing level.
Your S3 bucket is more versatile than it actually looks. For one, it can host a static website with an actuall domain name. There are, however, a couple of steps to take before your static site is up and running. Let’s find out!