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

alt text

Content

  1. Introduction
  2. Preparation
  3. Create REST API Gateway
  4. Integrate API methods with Lambda functions
  5. Test methods of REST API Gateway
  6. Deploy the API Gateway to a stage
  7. Invoke the methods of REST API Gateway
  8. Cleanup
  9. Note
  10. Summary