Building and Running Serverless Applications Using the SAM CLI
Difficulty: Beginner
Duration: 2 minutes and 11 seconds
Students: 23
In this lesson, you’re going to learn about the AWS Serverless Application Model, or AWS SAM, and a useful tool called the SAM CLI. Instructor Deniz Yilmaz will show you how these tools make it easier to build, deploy, and manage serverless applications on AWS.
Learning Objectives
By the end of this lesson, you will have a greater understanding of AWS SAM, including:
- What is a Serverless Application?
- The AWS SAM template specification.
- The AWS SAM Command Line Interface.
- The benefits of using AWS SAM.
Intended Audience
- Those who are interested in serverless architectures and application development on AWS.
Prerequisites
- Having a grasp of infrastructure as code concepts like CloudFormation, and familiarity with serverless technologies, is advisable. The following lessons are recommended prior to taking this one:
Covered Topics