Kinesis Firehose + RedShift example

Hello everyone!

I’d like to create the following setup Lambda -> Firehose -> RedShift.
I’ve found some discussions in this forum on that subject, and have seen that some people have created the same configuration in Serverless.
It would be really great if anyone could share their serverless.yml definitions for this.

Thanks,
Michael

This project https://github.com/sbstjn/serverless-analytics/blob/master/serverless.yml#L111-L115 is an example of API gateway directly into kinesis https://github.com/sbstjn/serverless-analytics/blob/master/serverless.yml#L111-L115

It skips the middle man of lambda which saves some $

Perhaps it will help