From the course: DevOps Foundations: Infrastructure as Code

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Serverless

Serverless

- [Instructor] Now let's talk Serverless. We don't have to mess with setting up all the infrastructure in boxes, and we can just get our code up and running. For this, let's use the Serverless Framework, which is free to use for open-source projects, but it does have a subscription model for organizations. Your provider might also offer one as well. So like for AWS, check out the Serverless Application Model, or AWS SAM. So I've logged into my account on Serverless, and I'm going to create a new application. I'm just clicking Create App. Now, there's a lot to choose from here, from taking an existing application into the Serverless Framework or starting a sample application from scratch. I'm selecting to create a Node Express API application. But as you can see, there are a lot of options for setting up the data stack as well. All the components you need to run your application can be configured with the framework much…

Contents