Open
Description
Currently, users of LambdaStreamingHandler
only have one protocol available that accepts a event: ByteBuffer
Contrary to regular handlers, it's up to the developer to convert the ByteBuffer
to a Codable
struct in the very likely case the function accepts a JSON event.
I propose to add Codable
support to Streaming lambda, just like we did for non streaming Lambda handlers.