REST stands for Representational State Transfer, an architectural style that provides standards for communication within a distributed system. An Amazon API Gateway REST API is a collection of resources and methods that are integrated with existing HTTP endpoints or AWS services such as AWS Lambda functions.
In this lab, you will create a REST API in Amazon API Gateway and configure it to handle requests to return mock data. You will be introduced to API Gateway terminology which will help you build your own distributed systems.
Upon completion of this lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
October 25th, 2023 - Updated the instructions and screenshots to reflect the latest UI