#✅ - SwiftUI Amplify DataStore Error Help
6 messages · Page 1 of 1 (latest)
Found this in the CloudWatch Logs:
GraphQL Query: mutation CreateItem($input: CreateItemInput!) {
createItem(input: $input) {
id
access_token
account_id
createdAt
item_id
updatedAt
__typename
_version
_deleted
_lastChangedAt
}
}, Operation: null, Variables:
{
"input": {
"access_token": "...",
"item_id": "...",
"account_id": "...",
"id": "...."
}
}
Unsure if this is related, but in CloudTrail I am getting:
CreateBackendAPI","status":"FAILED",
Hi @winged pelican are you still running into this issue?
@torpid badge I was still having the issue unfortunately. What I decided to do was create a dynamoDB table myself and use a rest api/Lambda function generated by amplify to interact with the DB
✅ - SwiftUI Amplify DataStore Error Help