We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15affaf commit ee2a6e0Copy full SHA for ee2a6e0
Sources/AWSLambdaEvents/ALB.swift
@@ -25,7 +25,7 @@ public enum ALB {
25
26
public let httpMethod: HTTPMethod
27
public let path: String
28
- public let queryStringParameters: [String: [String]]
+ public let queryStringParameters: [String: String]
29
30
/// Depending on your configuration of your target group either `headers` or `multiValueHeaders`
31
/// are set.
0 commit comments