erlcloud / erlcloud

AWS APIs library for Erlang (Amazon EC2, S3, SQS, DDB, ELB and etc)
Other
651 stars 444 forks source link

Support for Kinesis Firehose #303

Open derek121 opened 8 years ago

derek121 commented 8 years ago

Is there any planned support for Firehose?

motobob commented 8 years ago

@derek121 I'm not aware of anybody working on adding this functionality at the moment but it's definitely worth adding given it becomes very popular. If you have some time a PR is more than welcome.

derek121 commented 8 years ago

Thanks. I wound up adding the couple functions from the Firehose API that I need on a local fork for now- if I'm able to make the time then I'll complete it and submit a PR.

onepremise commented 7 years ago

Since nothing recently came of this, went ahead and added the API changes. See referenced pull request #377 for review.

pankajsoni19 commented 1 year ago

Is there any action on this? I am particularly looking to use the PutRecord in firehose data stream.