Sunday, April 27

AWS Services

AWS Amplify Console + Route 53 + Git :  Almost Magic.
AWS Services, Projects, Web Development

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. Log into your github account - https://github.com/loginClick on the "New" repository buttonType in a name, you can set it public or private, initialize it how you like.Clone to your local machine, open up the directory.Go into your local c...