Deploying Serverless Backends to AWS with Gitlab CI/CD

Michael Timbs
Level Up Coding
Published in
6 min readApr 22, 2020

--

Gitlab CI/CD pipelines

Serverless framework is an amazing tool and I’m very bullish on the future of serverless development. For all the amazing content out there for serverless, there isn’t a lot on how to build CI/CD pipelines for serverless projects — so here we go.

In this tutorial, we are going to use Gitlab pipelines because I’m a huge fan of Gitlab. The same template can be used to…

--

--