Continuous integration doesn’t get rid of bugs, but it does make them dramatically easier to find and remove.
—Martin Fowler
The Goal of This Chapter
- 1.
Understand the CI and CD in detail and their differences
- 2.
Understand Pipeline as Code and its benefits
- 3.
Publish apps in multiple environments
- 4.
Password-protect the development environment using Amplify’s access control feature ...