-
Notifications
You must be signed in to change notification settings - Fork 230
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
fix npe when mapping insert / delete events. #143
fix npe when mapping insert / delete events. #143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for spotting this and submitting a PR to get it fixed!
...ws/services/lambda/runtime/events/transformers/dynamodb/DynamodbStreamRecordTransformer.java
Outdated
Show resolved
Hide resolved
...ws/services/lambda/runtime/events/transformers/dynamodb/DynamodbStreamRecordTransformer.java
Outdated
Show resolved
Hide resolved
...ervices/lambda/runtime/events/transformers/dynamodb/DynamodbStreamRecordTransformerTest.java
Outdated
Show resolved
Hide resolved
...ervices/lambda/runtime/events/transformers/dynamodb/DynamodbStreamRecordTransformerTest.java
Outdated
Show resolved
Hide resolved
Insert event does not have oldImage. Remove event does not have newImage. At this moment library just throws nullPointerException
hey guys do you have any other suggestions? I would appreciate for this PR to be merged |
Thanks for your contribution @senioroman4uk ! |
My pleasure) If you need help with any other issue, let me know |
@senioroman4uk |
Super! glad to be of assistance |
Insert event does not have oldImage. Remove event does not have newImage. At this moment library just throws nullPointerException Co-authored-by: Carl Zogheib <11421173+carlzogh@users.noreply.github.com>
Insert event does not have oldImage. Remove event does not have newImage. At this moment library just throws nullPointerException
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.