Deploying a static website with AWS CDK: A Lazy Engineer's Guide
In this article, we will discuss how to build the infrastructure on AWS to host a static website with the help of AWS-CDK
Mar 16, 202412 min read

Search for a command to run...
In this article, we will discuss how to build the infrastructure on AWS to host a static website with the help of AWS-CDK

In this article we will discuss the step by step process on how to host your static website on AWS.

Setting up your Next JS app with Tailwind CSS and Jest Contents In this blog, we are going to talk about Quickstart Why Tailwind CSS? Set up Tailwind CSS Set up prettier for Tailwind Quickstart Run npx create-next-app@latest --example with-jest YO...
