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
I'm currently working on AWS.jl. To test the REST JSON functionality I am passing in some inputs with parameters as arrays. This currently returns back the following;
I'm currently working on AWS.jl. To test the
REST JSON
functionality I am passing in some inputs with parameters as arrays. This currently returns back the following;However, AWS expects the request input to look like, note the lack of square brackets:
I was wondering if we can add in a
kwarg
to specify which style of array output to return back.The text was updated successfully, but these errors were encountered: