Building REST APIs with Amazon API Gateway and AWS Lambda
In this workshop, you will:
- Create a RESTful API using Amazon API Gateway
- The API is backed by the serverless CRUD API microservice (created in previous workshop)
The architecture looks like this

Content
- Introduction
- Preparation
- Create REST API Gateway
- Integrate API methods with Lambda functions
- Test methods of REST API Gateway
- Deploy the API Gateway to a stage
- Invoke the methods of REST API Gateway
- Cleanup
- Note
- Summary