These snippets are a direct copy paste of the AWS SAM Template Documentation for easy boiler plate. Custom Snippets will come in future updates.Link to AWS SAM Template Anatomy Definition
Template Starter
Description
!samTemplate
The Default Anatomy, with the required Transform, and optional properties.
Global Properties Prefix
Description
GlobalsFunction
All the properties available to use with AWS::Serverless::Function
GlobalsApi
All the properties available to use with AWS::Serverless::Api
GlobalsHttpApi
All the properties available to use with AWS::Serverless::HttpApi
GlobalsSimpleTable
All the properties available to use with AWS::Serverless::SimpleTable