All Classes and Interfaces

Class
Description
Function used by JMESPath to decode a Base64 encoded String into a decoded String
Function used by JMESPath to decode a Base64 encoded GZipped String into a decoded String
 
Class that can be used to extract the meaningful part of an event and deserialize it into a Java object.
For example, extract the body of an API Gateway event, or messages from an SQS event.
Meaningful part of a Lambda event.
Use EventDeserializer.extractDataFrom(Object) to retrieve an instance of this class.