Amazon API Gateway to Amazon Kinesis

Amazon API Gateway → Amazon Kinesis

Amazon API Gateway proxy for an Amazon Kinesis Data Stream

This pattern creates an Amazon API Gateway REST API and an Amazon Kinesis Data Stream. The API Gateway endpoint uses a service integration to directly connect to Kinesis Data streams.
The gateway exposes the GetRecords or PutRecords (including PutRecord) action in Kinesis.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-kinesis

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Vaidehi Patel

Vaidehi Patel

I'm a Solutions Architect at Amazon Web Services based in Dallas,TX. I'm a serverless enthusiast, I like to build and architect serverless applications

Follow on LinkedIn