#todayilearned

by @jm3 · aka John Manoogian3

Frequent, bite-size mini-milestone updates as I fast-forward merge* my front-end web development skills up to 2019 levels. Learn more

Repeatable AWS Amplify Console Docker builds

Posted at — Jun 25, 2019

Updated my amplify.yml and checked it into my project today because I’ve been making some changes to my PostCSS config. Because the site now needs a slightly different build command now to re-generate, the Dockerfile on AWS Amplify Console needs to be updated correspondingly. The easiest way to do this is to just download the Yaml build file, add it to your project, and maintain it yourself, outside of AWS. That way, when your package.json build steps change, you can just update amplify.yml, check it in, and the build auto-updates.

🚀