swift-aws-lambda-events
swift-aws-lambda-events copied to clipboard
Make requestContext in APIGatewayLambdaAuthorizerRequest public
Expected behavior
I would like to access the requestContext stored property in the APIGatewayLambdaAuthorizerRequest struct.
Actual behavior
The requestContext stored property is not marked as public and cannot be accessed. There is information in the context that can be relevant in deciding if to authorize requests.