warpstreamlabs / bento

Fancy stream processing made operationally mundane. This repository is a fork of the original project before the license was changed.
https://warpstreamlabs.github.io/bento/
Other
1.06k stars 71 forks source link

Serverless: Better support EventBridge Pipes and Lambda Event Source Mapping #119

Open gregfurman opened 2 months ago

gregfurman commented 2 months ago

This Lambda Event Source Mapping (ESM) issue raised a few months ago highlighted that we can much better support the Bento serverless offering. Namely, there are some common patterns and functionality that I think can be made much easier to implement and more performant (which when working with AWS Lambda is a huge consideration!).

It's probably best to make multiple individual issues out of each of these but having all of this in a central place is a good first step.

Improve Support for Lambda Trigger Types

Reporting partial batch failures