In this lab, we will be deploying an API gateway as a proxy for Kinesis. We will create two streams in Kinesis, create a REST API, and list the streams in the API gateway. The proxy provides an additional layer of security and allows you to decouple services.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create Kinesis Streams
Create
myStream
andyourStream
in Kinesis.- Deploy a Rest API
Deploy a new Rest API.
- List Kinesis Streams in API Gateway
Configure and test REST API should bring back a 200 code.