AWS Serverless Application Model – How to Create AWS SAM APP from Scratch?

Avatar admin | January 14, 2021 1 View 0 Likes 0 Ratings

1 View 0 Ratings Rate it

This tutorial will show you how to learn about AWS SAM, starting from introduction and then testing, debugging and deploying your serverless applications using infrastructure as code.

When building serverless applications, you have a wide range of options for building your infrastructure and developing your code. Understanding how to treat both your infrastructure and application as code can improve efficiency, build in flexibility, and save time. The AWS Serverless Application Model (AWS SAM) is an open-source framework for building serverless applications, and in this tech talk you’ll learn how to use SAM templates to manage serverless infrastructure as code. From serverless specific resources to pseudo parameters, you’ll learn how to construct highly flexible and re-usable SAM templates to manage your serverless application. You’ll also learn best practices for using the AWS SAM CLI in conjunction with SAM templates to develop and debug serverless applications on your local machine.

Learning Objectives:
*Understand the purpose of SAM templates and the available resources for serverless applications
*Learn how to add flexibility to SAM templates through the use of template parameters, pseudo functions/parameters, and import values
*Learn how to start developing serverless applications with the AWS SAM CLI

***To learn more about the services featured in this talk, please visit: https://aws.amazon.com/serverless/sam/


1 View 0 Ratings Rate it

Written by admin