Interface | Description |
---|---|
Client |
Contains information about the client application that invoked the Lambda function.
|
ClientContext |
Provides information about client configuration and execution environment.
|
CognitoIdentity |
Provides information related to Amazon Congnito identities.
|
Context |
The context object allows you to access useful information available within
the Lambda execution environment
|
CustomPojoSerializer |
Interface required to implement a custom plain old java objects serializer
|
LambdaLogger |
A low level Lambda runtime logger
|
RequestHandler<I,O> |
Lambda request handlers implement AWS Lambda Function application logic using plain old java objects
as input and output.
|
RequestStreamHandler |
Low-level request-handling interface, Lambda stream request handlers implement AWS Lambda Function application logic
using input and output stream
|
Class | Description |
---|---|
LambdaRuntime | |
LambdaRuntimeInternal |
This class is used internally by Lambda Runtime.
|
Copyright © 2023. All rights reserved.