hands-on lab
Developing a REST API with the AWS SAM CLI
Difficulty: Beginner
Duration: Up to 1 hour
Students: 71
Rating: 5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Description
The AWS Serverless Application Model (SAM) supplies built-in best practices for deploying your serverless applications. A REST API built with AWS SAM can be configured using shorthand syntax to express event source mappings, database relationships, and function declarations.
In this lab, you will use the AWS SAM CLI to develop a simple REST API backed by a Lambda function and a DynamoDB table. The lab will cover the built-in conventions and default values that are present in a simple SAM application.
Learning Objectives
Upon completion of this beginner-level lab, you will be able to:
- Use the AWS SAM CLI to define the Serverless API, function, and table resources
- Deploy a REST API backed by AWS Lambda and DynamoDB
Intended Audience
- Cloud Architects
- Software Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- AWS Serverless Application Model (SAM)
- AWS Lambda
- Amazon API Gateway
- Amazon DynamoDB
The following content can be used to fulfill the prerequisite:
Environment before
Environment after
Covered topics
Lab steps
Setting up the AWS SAM CLI
Defining a REST API Backed by Lambda and DynamoDB