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
Fix NPE when mapping insert / delete events. (aws#143)
Insert event does not have oldImage. Remove event does not have newImage. At this moment library just throws nullPointerException
Co-authored-by: Carl Zogheib <[email protected]>
Copy file name to clipboardExpand all lines: aws-lambda-java-events-sdk-transformer/src/main/java/com/amazonaws/services/lambda/runtime/events/transformers/dynamodb/DynamodbStreamRecordTransformer.java
Copy file name to clipboardExpand all lines: aws-lambda-java-events-sdk-transformer/src/test/java/com/amazonaws/services/lambda/runtime/events/transformers/dynamodb/DynamodbStreamRecordTransformerTest.java
+20
Original file line number
Diff line number
Diff line change
@@ -101,4 +101,24 @@ public void testToStreamRecordV2() {
0 commit comments