Serving static pages with S3 and CloudFront
How to export a Next.js app as static HTML and serve it globally via S3 + CloudFront with near-zero cost.
Notes on AWS, Next.js, and system design.
How to export a Next.js app as static HTML and serve it globally via S3 + CloudFront with near-zero cost.
Why DynamoDB works differently from SQL and how to model your data around access patterns instead of entities.
Using SNS to broadcast one event to multiple SQS queues so each consumer can process it independently.
Using GithubActions