Integrate your REST API with Kinesis Using API Gateway Service Proxy

preview_player
Показать описание
API Gateway's Service Proxy allows you to connect your REST API directly to other AWS Services. In this video, I show you how to use the Service Proxy feature to put data to a Kinesis Data Stream. This is useful for applications requiring high throughput writes - for example a Log Collection or Vehicle Telemetry Aggregation service. Learn how to create your Kinesis Datastream, create your API Gateway REST Endpoint, and wire them together in this step by step tutorial video.

📚 My Courses 📚

🎉SUPPORT BE A BETTER DEV🎉

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#SoftwareEngineer
#SoftwareDeveloper
Рекомендации по теме
Комментарии
Автор

Really cool stuff. Didnt realize API GateWay would interface directly into Kinesis. Would've done a lambda middleware had I not known. Thanks!!!

alexandermiller
Автор

Really helpful.
Point worth mentioning here is that the API Gateway and Kinesis exist in the same account.
Correct if i am wrong but i think 'Integration Type: AWS Service' doesn't support cross account integration.

vaibhavmalik
Автор

1. The example demonstrates writing data to Kinesis Streams using API Gateway. Is it possible to use the same approach with Kinesis Firehose?

2. After deploying the API on API Gateway, can it be used directly from the UI without requiring AWS credentials?

vaibhavsrivastava
Автор

This is really helpful!! Thanks!!
However, I have a question:-
Can I use Oauth 2 through AWS Cognito for securing the above API endpoint setup ?

Rahulmehta
Автор

Do you know if it adds additional pricing on top of this? It sounds much cheaper instead of using API -> Lambda -> Kinesis.

zpmaloy
Автор

Can API GW ingest HTTP data fast enough to justify even using KDS rather then just using direct service routing built into API GW or Lambda?

houserental
Автор

Anyone do you got a problem when call it from API got 415 unsupported type?

haithai