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
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
I'm trying to use PutItem like the following
var params = {
",TableName: "
Item: {
userId: "1",
name: "jaafar"
}
};
and im getting this
{ [Error: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 64 path $.Item.]
04-27 13:35:19.832 6937 7049 D ReactNativeJS: framesToPop: 1,
04-27 13:35:19.832 6937 7049 D ReactNativeJS: code: 'EUNSPECIFIED',
04-27 13:35:19.832 6937 7049 D ReactNativeJS: line: 19400,
04-27 13:35:19.832 6937 7049 D ReactNativeJS: column: 29,
04-27 13:35:19.832 6937 7049 D ReactNativeJS: sourceURL: 'http://10.0.2.2:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false' }
The text was updated successfully, but these errors were encountered: