Update apigatewayv2 request context by Tolledo · Pull Request #167 · aws/aws-lambda-java-libs

Description of changes:
On Sept 9th, API Gateway launched support for customers to secure Amazon API Gateway HTTP APIs using two new authorization options: Lambda authorizers and IAM authorizers. These new options enable customers to make flexible authorization decisions by providing an AWS Lambda function, or leveraging AWS IAM policies to control access to their APIs without writing any code.

Updating API Gateway v2 event to support new context variables.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.