Adding support for OperationName in the APIGatewayProxyRequestEvent by hercules90 · Pull Request #126 · aws/aws-lambda-java-libs

Description of changes:

This pull request adds support for operation name in the APIGatewayProxyRequestEvent object. This allows for the name of operation to show up in the backing proxy lambda and allows for the lambda/authorizer to react accordingly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.