Developing a REST API with the AWS SAM CLI (JavaScript)
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.
This lab uses the NodeJS (JavaScript) runtime to develop the Lambda function referenced by the REST API.
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: