We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a1d03 commit 2d9612dCopy full SHA for 2d9612d
Sources/AWSLambdaEvents/APIGatewayLambdaAuthorizers.swift
@@ -52,7 +52,7 @@ public struct APIGatewayLambdaAuthorizerRequest: Codable, Sendable {
52
public let timeEpoch: UInt64
53
}
54
55
- let requestContext: Context?
+ public let requestContext: Context?
56
57
58
/// `APIGatewayLambdaAuthorizerSimpleResponse` contains a simple response (yes/no) returned by a Lambda authorizer function
0 commit comments