SyntaxError: TypeScript validation check failed. Resolution: Fix the syntax and type errors in your backend definition #1978
Labels
console-builds
Issues related to Amplify console builds
pending-triage
Incoming issues that need categorization
Environment information
Describe the bug
In deploying Amplify API, amplify-social-room. on AWS console I get a build error:
Reproduction steps
I upload the code from a github repo produced in visual studio code. My backend path C:\Users\Denise\Documents\amplify-social-room\amplify\backend\api\MyAppSyncAPI\build\schema.graphql only has one file schema.graphql
This is my backend-config.json file
{
"api": {}
}
There are no ts files. What am I missing?
The text was updated successfully, but these errors were encountered: