<Getting Crc32MismatchException when using dynamod...
# stackoverflow
r
Getting Crc32MismatchException when using dynamodb enhanced client Describe the bug We tried to getItem using DynamoDbEnhancedClient but we got Crc32MismatchException. Expected Behavior I should be able to getItem Current Behavior getting error: software.amazon.awssdk.core.exception.Crc32MismatchException: Expected 1657156166 as the Crc32 checksum but the actual calculated checksum was 3693931191 at software.amazon.awssdk.core.exception.Crc32MismatchException$BuilderImpl.build(Crc32MismatchException.java:88) at...