标签: javascript aws-amplify
如何检查操作是否成功?我只看到警告,try / catch似乎不起作用。
let post = await DataStore.save( new Post(postData) );