-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementImprovements to existing feature.Improvements to existing feature.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)🆕 semver/minorAdds new public API.Adds new public API.
Milestone
Description
Currently, users of LambdaStreamingHandler
only have one protocol available that accepts a event: ByteBuffer
responseWriter: some LambdaResponseStreamWriter, |
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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementImprovements to existing feature.Improvements to existing feature.size/SSmall task. (A couple of hours of work.)Small task. (A couple of hours of work.)🆕 semver/minorAdds new public API.Adds new public API.