AWS API Gateway Service Proxy to Kinesis Firehose
Asked Answered
F

2

6

Can anyone tell me if there is currently an option to bind the Kinesis Firehose delivery stream to an API Gateway Endpoint via Service Proxy. I attempting to do it using the Kinesis service type with the Firehose PutRecord action and the new PutRecordRequest json but the gateway failed specifying errors that it was trying to map the incoming request model to the regular kinesis PutRecordRequest model.

Frankenstein answered 16/10, 2015 at 3:49 Comment(0)
Z
3

Kinesis Firehose support is available in the AWS API Gateway Console as of yesterday.

Zygosis answered 14/1, 2016 at 18:38 Comment(0)
C
4

If you are calling Kinesis firehose from API Gateway, the service type should be firehose and then you can give the PutRecord command which invokes firehose.

Here are the different kinesis services that are mapped in API.

AWS Service in API Gateway ---> Respective application

Kinesis ---> Kinesis Streams

Firehose ---> Kinesis Firehose

Kinesis Analytics ---> Kinesis Analytics

Thanks & Regards, Srivignesh KN

Crown answered 3/8, 2017 at 19:22 Comment(1)
OMG! Firehose was the name! Thank you so much.Misinterpret
Z
3

Kinesis Firehose support is available in the AWS API Gateway Console as of yesterday.

Zygosis answered 14/1, 2016 at 18:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.