Repeatable AWS Amplify Console Docker builds
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.
🚀