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
Hi team,
What the expected behavior is for marshalling an empty list in the AWS JSON protocols? I am trying to pass an empty array through http query but it gets marshalled to null (no http query is sent) by the Java Client.
Here is field that I am trying to send empty array with:
When serializing an empty string for param Foo, Foo= is serialized in the query string. An empty list for param Foo cannot also be serialized as Foo= as one might expect. Instead, it is omitted to clearly differentiate between an empty string, and an empty list.
Hi team,
What the expected behavior is for marshalling an empty list in the AWS JSON protocols? I am trying to pass an empty array through http query but it gets marshalled to null (no http query is sent) by the Java Client.
Here is field that I am trying to send empty array with:
And here is my API gateway integration:
The text was updated successfully, but these errors were encountered: