Deploy a Next.js Static Site to AWS with GitHub Actions and Bunjs

2024-11-02T06:34:43+00:00

At the AWS Community Day Philippines 2024, during the preparation for the event, the organizers assigned me the responsibility of setting up a Continuous Integration and Continuous Deployment (CI/CD) strategy for the website. Therefore, in this blog, I will explain the approach I took and how I utilized GitHub Actions and BunJs to create a swift and efficient CI/CD pipeline for deployment on AWS Simple Storage Service (S3) along with AWS CloudFront. AWS Community Day Philippines 2024 Website Next.js is a widely-used React framework that offers a variety of features for full-stack web applications, as well as multiple rendering options, [...]