AWS API Gateway Service Proxy for Kinesis Firehose

Can someone tell me if it is possible to associate the Kinesis Firehose delivery flow with the endpoint of the API gateway through Service Proxy. I am trying to do this using the Kinesis service type with the Firehose PutRecord action and the new PutRecordRequest json, but the gateway could not detect the errors that it was trying to match the incoming request model with the regular Kinesis PutRecordRequest model.

+4
source share
2 answers

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

+1
source

Kinesis firehose Gateway API, firehose, PutRecord, firehose.

, API.

AWS API --- >

--- >

Firehose --- > Kinesis Firehose

Kinesis --- > Kinesis

, Srivignesh KN

0

Source: https://habr.com/ru/post/1611868/


All Articles