Serverless Framework is a command-line interface (CLI) component of the Serverless platform that is used for building and deploying Serverless applications. In the next few sections, we will have a look at the basic concepts of the framework, and then undergo a practical walkthrough for retrofitting Serverless Framework in the LetsPollAPI configuration.
Serverless Framework
Concepts
In this section, let's explore the basic building blocks of the Serverless Frameworks.
Providers
Providers are the Serverless compute providers, such as AWS, Google, and Azure. They expose...