2021
Continuous Integration (CI/CD) for a Typescript Serverless Lambda API using CircleCI
Are you getting tired of manually deploying your code to AWS after each code change? Today we're going to implement Continuous Integration for Serverless Lambda, to automate our deployments using a CI/CD pipeline, based on the Git branch we push the commit to!