Package software.amazon.lambda.powertools.utilities
package software.amazon.lambda.powertools.utilities
-
ClassDescriptionClass 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.
UseEventDeserializer.extractDataFrom(Object)to retrieve an instance of this class.