[BUG] AwsLambdaEndpoint should implements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent>
#85
Labels
bug
Something isn't working
Describe the bug
AwsLambdaEndpoint's main processing method is
It should instead be called
handleRequest()
and theAwsLambdaEndpoint
java class should be marked asimplements RequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent>
, so thatRequestHandler<APIGatewayProxyRequestEvent, APIGatewayProxyResponseEvent>
, so thatimport
the RequestHandler interface from the AWS SDK. This is important since QuantumMaid promises not to force devs to import quantummaid classes and interfaces.The text was updated successfully, but these errors were encountered: