mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Fix the queryStringParameters in ALB.TargetGroupRequest. (#182)
This commit is contained in:
@@ -25,7 +25,7 @@ public enum ALB {
|
||||
|
||||
public let httpMethod: HTTPMethod
|
||||
public let path: String
|
||||
public let queryStringParameters: [String: [String]]
|
||||
public let queryStringParameters: [String: String]
|
||||
|
||||
/// Depending on your configuration of your target group either `headers` or `multiValueHeaders`
|
||||
/// are set.
|
||||
|
||||
Reference in New Issue
Block a user