Really cool stuff. Didnt realize API GateWay would interface directly into Kinesis. Would've done a lambda middleware had I not known. Thanks!!!
@houserental54242 жыл бұрын
Lambda dispatch from API GW for ETL or service routing is probably cheaper unless you need high frequency data ingest and queuing provided by KDS or KDF.
@anjaligaikwad692 Жыл бұрын
Really Helpful Content..Thanks!
@cristiannechita20322 жыл бұрын
Neat stuff as always!
@vaibhavmalik6832 Жыл бұрын
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.
@vaibhavsrivastava89885 ай бұрын
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?
@Rahulmehta13 Жыл бұрын
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 ?
@zpmaloy Жыл бұрын
Do you know if it adds additional pricing on top of this? It sounds much cheaper instead of using API -> Lambda -> Kinesis.
@chrisder18145 ай бұрын
hello Do you use custom GPT?
@satya48667 ай бұрын
Good
@houserental54242 жыл бұрын
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?
@haithai1010 Жыл бұрын
Anyone do you got a problem when call it from API got 415 unsupported type?