Package com.amazonaws.services.lambda.runtime.serialization.events.serializers
-
Interface Summary Interface Description OrgJsonSerializer<T> Interface for event serializers that use org json -
Class Summary Class Description S3EventSerializer<T> Serializer for S3 event NOTE: Because the s3 event class provided by the SDK does not play well with Jackson through a class laoder, this class uses the low level org json library to serialize and deserialize the event.