Building with serverless frameworks – a practical approach
Serverless frameworks are the developer’s toolbox for crafting efficient and robust serverless applications. These frameworks go beyond the core compute services offered by cloud providers, providing a comprehensive set of tools and functionalities. In this section, we’ll delve into the importance of serverless frameworks and how they streamline the development process. To solidify this understanding, we’ll explore a real-world example using code demonstrations. Specifically, we’ll see how AWS SAM simplifies defining and deploying serverless applications on AWS. By the end of this section, you’ll be equipped to leverage the power of serverless frameworks in your own projects!
Using AWS SAM to define and deploy a serverless application
We’ll design a simulation of a global travel booking platform that leverages Java-based AWS Lambda functions to handle various aspects of...