swift-aws-lambda-events icon indicating copy to clipboard operation
swift-aws-lambda-events copied to clipboard

Make requestContext in APIGatewayLambdaAuthorizerRequest public

Open khinkson opened this issue 1 year ago • 0 comments

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.

khinkson avatar Jul 19 '24 17:07 khinkson