CodeBuild and Jekyll
I recently had to rebuild my PC, and as a result the environment I was using for my website updates with Jekyll was lost. Rather than going through to process of reinstalling Ruby on Windows (which felt dirty the first time!), I decided it was time to work out a better solution. Enter CodeBuild. My code was already sitting on CodeCommit, as it was a good way to have a private Git repository. All I...