Skip to content

Commit 2d9612d

Browse files
committed
Fix #58
1 parent 32a1d03 commit 2d9612d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/APIGatewayLambdaAuthorizers.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public struct APIGatewayLambdaAuthorizerRequest: Codable, Sendable {
5252
public let timeEpoch: UInt64
5353
}
5454

55-
let requestContext: Context?
55+
public let requestContext: Context?
5656
}
5757

5858
/// `APIGatewayLambdaAuthorizerSimpleResponse` contains a simple response (yes/no) returned by a Lambda authorizer function

0 commit comments

Comments
 (0)