Behind this site

100% Serverless using AWS

To host this small website, there was no server provisioned to be able to serve you the different pages, but also, none was also needed for the CI/CD pipeline behind the scene to release automatically when I commit my changes to master. Be doing so, I can also take advantage of huge scalability and performance AWS can provide. Serverless Architecture

I'm using S3 Static Web hosting in pair with CloudFront to deliver the static pieces of the website, and I've simply hooked AWS CloudPipeline to my private Github repository to deploy any changes pushed to Master. I've also used AWS SNS to notify me by email when everything is deployed, or if something went wrong.