public abstract class LambdaHandler extends Object implements com.amazonaws.services.lambda.runtime.RequestHandler<Map<String,Object>,ApiGatewayResponse>
| Constructor and Description |
|---|
LambdaHandler() |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayResponse |
handleRequest(Map<String,Object> input,
com.amazonaws.services.lambda.runtime.Context context) |
static void |
main(String[] args) |
public ApiGatewayResponse handleRequest(Map<String,Object> input, com.amazonaws.services.lambda.runtime.Context context)
handleRequest in interface com.amazonaws.services.lambda.runtime.RequestHandler<Map<String,Object>,ApiGatewayResponse>public static void main(String[] args)
Copyright © 2020. All rights reserved.