In the previous chapter, we learnt how application source code stored in AWS CodeCommit can be integrated with Jenkins jobs to enable automated builds when code changes are made. Having a build system that is automatically invoked when the code changes is a key requirement for Continuous Integration and Continuous Delivery or Deployment (CICD), so in this chapter, we will take advantage of automated builds and dive deep into how you can use Jenkins and Fastlane to automate ...