How can I implement a CI/CD pipeline for my serverless projects?

Summary

The Serverless Framework has made building and deploying serverless applications very easy. But, the process of continuous integration and deployment (CI/CD) of that application in a company can be much more involved. Here os an article by Rupak Ganguly that takes you through the basics of CI/CD, application testing, and finally showing you how to setup CI automation using CircleCI.

Related links