serverless-operations / serverless-apigateway-service-proxy

This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.
261 stars 78 forks source link

Does the plugin support kinesis firehose #83

Open sowens-csd opened 4 years ago

sowens-csd commented 4 years ago

I see that Kinesis streams are already supported. Would it work against a Firehose stream? I tried a simple test just replacing a Kinesis stream with a Kinesis Firehose stream and got the error:

child "kinesis" fails because ["kinesis" must be an object]

I think that probably means that Firehose is not supported?

horike37 commented 4 years ago

Yes, not supported yet. However, always welcome to add that feature 👍