Back to Browse

AWS SAM (Serverless Application Model) template explained with example

844 views
Feb 2, 2021
25:46

In this session we will explore AWS SAM (Serverless Application Model) template sections with example. We can use SAM build and SAM deploy --guided to build and deploy our SAM project using command line. SAM project will be deployed to CloudFormation stack. We have 9 sections in SAM template: 1.Transform: AWS::Serverless-2016-10-31 2.Globals 3.Description 4.Metadata 5.Parameters 6.Mappings 7.Conditions 8.Resources 9.Outputs Prerequisites: AWS CLI, AWS SAM CLI, Maven or any build tool More details for SAM Template: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-template-anatomy.html More details for CloudFormation template: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html

Download

0 formats

No download links available.

AWS SAM (Serverless Application Model) template explained with example | NatokHD