Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AWS Lambda S3 trigger #95

Closed
nfroidure opened this issue Nov 6, 2020 · 0 comments
Closed

Support AWS Lambda S3 trigger #95

nfroidure opened this issue Nov 6, 2020 · 0 comments

Comments

@nfroidure
Copy link
Owner

See https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html

nfroidure added a commit that referenced this issue Dec 19, 2020
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
nfroidure added a commit that referenced this issue Dec 19, 2020
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
nfroidure added a commit that referenced this issue Dec 19, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant