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
ERR { [Error: PutItem [400]: One or more parameter values were invalid: An number set may not be empty]
statusCode: 400,
requestId: 'MUFRMIPBFI6VVAR1R408KLGS0RVV4KQNSO5AEMVJF66Q9ASUAAJG',
code: 'ValidationException',
data:
{ __type: 'com.amazon.coral.validate#ValidationException',
message: 'One or more parameter values were invalid: An number set may not be empty' } }
This is duplicate question from google groups that I posted.
The text was updated successfully, but these errors were encountered:
Hey,
According to http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html it should be possible to PUT a list of dicts to data store. Currently it does not seem to work for me:
i get the error:
This is duplicate question from google groups that I posted.
The text was updated successfully, but these errors were encountered: