Skip to content

Commit ee2a6e0

Browse files
authored
Fix the queryStringParameters in ALB.TargetGroupRequest. (#182)
1 parent 15affaf commit ee2a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/ALB.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum ALB {
2525

2626
public let httpMethod: HTTPMethod
2727
public let path: String
28-
public let queryStringParameters: [String: [String]]
28+
public let queryStringParameters: [String: String]
2929

3030
/// Depending on your configuration of your target group either `headers` or `multiValueHeaders`
3131
/// are set.

0 commit comments

Comments
 (0)