Package | Description |
---|---|
com.amazonaws.services.lambda.invoke |
A higher-level wrapper for AWS Lambda's Invoke operation.
|
Modifier and Type | Method and Description |
---|---|
private LambdaFunction |
LambdaInvokerFactory.LambdaInvocationHandler.validateInterfaceMethod(java.lang.reflect.Method method,
java.lang.Object[] args)
Verifies that the given method is annotated appropriately.
|
Modifier and Type | Method and Description |
---|---|
private InvokeRequest |
LambdaInvokerFactory.LambdaInvocationHandler.buildInvokeRequest(java.lang.reflect.Method method,
LambdaFunction annotation,
java.lang.Object input)
Builds an InvokeRequest from the given method, its
LambdaFunction annotation, and
the input parameter (if any). |
java.lang.String |
LambdaFunctionNameResolver.getFunctionName(java.lang.reflect.Method method,
LambdaFunction annotation,
LambdaInvokerFactoryConfig config) |
java.lang.String |
DefaultLambdaFunctionNameResolver.getFunctionName(java.lang.reflect.Method method,
LambdaFunction annotation,
LambdaInvokerFactoryConfig config) |