Define your infrastructure with Amazon SAM - Amazon Serverless Application Model
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Define your infrastructure with Amazon SAM

Now that you have created your project, you are ready to define your application infrastructure with Amazon SAM. Do this by configuring your Amazon SAM template to define your application's resources and properties, which is the template.yaml file in your Amazon SAM project.

The topics in this section provide content on defining your infrastructure in your Amazon SAM template (your template.yaml file). It also contains topics on defining resources for specific use cases, such as working with Lambda layers, using nested applications, controlling access to API Gateway APIs, orchestrating Amazon resources with Step Functions, code signing your applications, and validating your Amazon SAM template.