The Startup

Get smarter at building your thing. Follow to join The Startup’s +8 million monthly readers & +772K followers.

Member-only story

AWS Serverless Provisioning: Terraform + Serverless Framework

Jorge Luis Vargas
The Startup
Published in
7 min readDec 21, 2020

--

Photo by Ferenc Almasi on Unsplash

Infrastructure as code has been one of the greatest changes in paradigm brought by DevOps in recent years. Behind are now the complicated provisioning, deployment, and release of cloud infrastructure processes, in which you had to follow a complicated list of steps to create your cloud resources by hand and copy/paste values all over the Amazon Management Console.

However, with new technologies, we end up wondering how to best make use of these tools. Which tools should you use to deploy my resources? Should you only use a single tool to reduce complexity? How to best manage all your different projects and cloud components?

In this article, I’d like to explore some of the concepts that I have discovered while working with Infrastructure as Code tools, more specifically Terraform and Serverless Framework. And have helped me to effectively manage cloud resources and serverless projects, while avoiding overhead and conflicts between these tools.

Infrastructure as Code (IaC)

So to begin from the start, what is Infrastructure as Code (IaC)? IaC allows you to automate provisioning of cloud resources, in a consistent and standardized way. The basic idea, and as the name implies, you declare your infrastructure using code or configuration files, and an…

--

--

The Startup
The Startup

Published in The Startup

Get smarter at building your thing. Follow to join The Startup’s +8 million monthly readers & +772K followers.

Jorge Luis Vargas
Jorge Luis Vargas

Written by Jorge Luis Vargas

Full Stack Developer. Serverless, automation and processes enthusiast. AWS, PHP, NodeJS, JS, TypeScript.

No responses yet