C Jane Codex

AWS Amplify Console + Route 53 + Git : Almost Magic.

Amplify This!

Over the last month or so I have been playing around with AWS Amplify – I am hooked. What is this magic you ask? Well it is simple CI/CD that makes deploying a website quick and basically painless – at least if you are creating a static simple HTML site. We get a little more complexity when we add the back end, but even then it is pretty much magic in a box.

What do you need? An AWS Account, a Github account, a domain that is registered on AWS Route 53 and some basic HTML knowledge.

Setting up a quick Git Repository.

Setting up AWS Amplify

Here is where the real fun starts. Make a change to your index.html file and push it to your repository. You can actually watch AWS Amplify pick up the change and push your new files live.

Link in your Domain Name