In this chapter, we learned how to set up a CI/CD pipeline from scratch to automate the deployment process of Lambda functions and how this solution can be implemented using different CI tools and services starting with an AWS-managed service to a highly extensible build server.
In the next chapter, we will build an improved version of this pipeline by writing automated unit and integration tests for our serverless API and build a single page app with REST backend backed with serverless functions.