From the course: AWS for Developers: Data-Driven Serverless Applications with Kinesis (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Serverless Framework 101

Serverless Framework 101

- [Narrator] Previously, we learned the basics of Serverless Application in AWS Lamdbda. Now we are going to learn about framework that will help us to manage the Serverless project in production. The Serverless Framework is an open-source CLI for building and deploying Serverless application. Serverless framework helps you to organize your functions as service and all the resources that are related to them. It provides a clear structure and adopts the infrastructure as code paradigm. Also, it gives you the flexibility to deploy your code and configurations in different stations of your pipeline. Let's go over some of the Serverless Framework characteristics. Infrastructure as code. You can define your entire Serverless application in a configuration file. We are going to talk more about the importance of this in a following video. Provider agnostic, meaning that you can manage multiple clouds with one tool. It supports cloud platforms like AWS, Microsoft Usher, Google Cloud Platform,…

Contents