-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use AWS / GCP types to improve robustness #96
Labels
Comments
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
nfroidure
added a commit
that referenced
this issue
Dec 22, 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
Done for AWS. Waiting for a GCP types module. |
Closing in favor of : #178 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: