# Automating CI/CD workflow for serverless apps with CircleCI

DevFeed: [Automating CI/CD workflow for serverless apps with CircleCI](<https://devfeed.tech/articles/automating-ci-cd-workflow-for-serverless-apps-with-circleci-14128.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/ci-cd-workflow-serverless-apps-with-circleci>)

Author: Rupak Ganguly

Published: 2017-12-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [circleci](<https://devfeed.tech/tags/circleci.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

This tutorial explains the benefits of using serverless architectures in CI/CD processes and shows how to automate a CI/CD workflow for serverless apps with CircleCI.

## Source excerpt

There are big benefits to using serverless architectures in continuous integration & deployment (CI/CD) processes. We'll show you why, and how to do it.