How to Create Static Website on S3, Using Lambda & Cloudfront?

Some websites require basic standard authentication to protect private data. If the website runs on the server, adding authentication is not much challenging. But when it comes to serverless like S3, creating an authentication layer is a bit complicated. This blog will show how to protect a static website on s3 using Lambda and Cloudfront. […]