Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.invoke |
A higher-level wrapper for AWS Lambda's Invoke operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AWSLambdaAsync
Interface for accessing AWSLambda asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
AWSLambdaAsyncClient
Asynchronous client for accessing AWSLambda.
|
class |
AWSLambdaClient
Client for accessing AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
LambdaInvokerFactory.build(Class<T> interfaceClass,
AWSLambda awsLambda)
Creates a new Lambda invoker implementing the given interface and wrapping the given
AWSLambda client. |
Copyright © 2015. All rights reserved.