You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
AWS Lambda Powertools provides a nearly complete set of utilities for batch processing, but not Kinesis Data Firehose. Within our org having support for this in the Python version would be very useful. And in the long run including support for a unified batch processing.
Describe the solution you'd like
Add support for a KinesisFirehoseEvent data class for request and response. As well has some payload decoding utilities
data - can include support for payload decoding and caching
invocationId - can be added as a correlation path
result - in the response can be an enum ( 'Ok', 'Dropped', 'ProcessingFailed')
Describe alternatives you've considered
Building an unofficial data class, which does not make sense as their are already official ones for Java and Go.
Additional context
Amazon Kinesis Data Firehose Request message event
Is your feature request related to a problem? Please describe.
AWS Lambda Powertools provides a nearly complete set of utilities for batch processing, but not Kinesis Data Firehose. Within our org having support for this in the Python version would be very useful. And in the long run including support for a unified batch processing.
Describe the solution you'd like
Add support for a
KinesisFirehoseEvent
data class for request and response. As well has some payload decoding utilitiesdata
- can include support for payload decoding and cachinginvocationId
- can be added as a correlation pathresult
- in the response can be an enum ( 'Ok', 'Dropped', 'ProcessingFailed')Describe alternatives you've considered
Building an unofficial data class, which does not make sense as their are already official ones for Java and Go.
Additional context
Other language data classes:
The text was updated successfully, but these errors were encountered: