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
Refactoring the wrappers to simplify them except for tricky parts like encoding/decoding of events.
BREAKING CHANGE: The consumers do not manage batchs anymore and simply pass the records to the
lambda implementation in order to avoid having to write custom wrappers for each event type. The
user are now free to handle the batchs the way they want.
fix#95 concerns #96
Refactoring the wrappers to simplify them except for tricky parts like encoding/decoding of events.
BREAKING CHANGE: The consumers do not manage batchs anymore and simply pass the records to the
lambda implementation in order to avoid having to write custom wrappers for each event type. The
user are now free to handle the batchs the way they want.
fix#95 concerns #96
Refactoring the wrappers to simplify them except for tricky parts like encoding/decoding of events.
BREAKING CHANGE: The consumers do not manage batchs anymore and simply pass the records to the
lambda implementation in order to avoid having to write custom wrappers for each event type. The
user are now free to handle the batchs the way they want.
fix#95 concerns #96
See https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html
The text was updated successfully, but these errors were encountered: