You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use APIGateway multi-value query parameters which will always use an array
value for query parameters, even if they're specified only once, and even if
that single specification does not have a value. This changes our logic to
not reject an array with a single value when parsing the value for a
scalar-bound query parameter, which fixes our handling of query parameters.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java
0 commit comments