question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problems running AppSync example

See original GitHub issue

First of, great job with integrating AppSync! I tried to follow the README with starting up the AppSync example, but it is not going as expected:

serverless-graphql/app-backend/appsync/dynamo/$ yarn start
Installation complete!
Dynamodb Local Started, Visit: http://localhost:8000/shell
Serverless: DynamoDB - created table users
Seed running complete for table: users
Serverless: Starting Offline: dev/us-east-1.

Serverless: Offline listening on http://localhost:3000

Followed by:

serverless-graphql/app-client/appsync-client$ yarn start
Compiled successfully!

You can now view app-client in the browser.

  Local:            http://localhost:3001/
  On Your Network:  http://192.168.1.34:3001/

Note that the development build is not optimized.
To create a production build, use yarn build.

When the website is automatically launched i seen an error: `Network error: Failed to fetch``

skaermbillede 2018-01-04 kl 17 57 13

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
maziarzcommented, Jan 6, 2018

Awesome example! Is it possible to find you somewhere on Gitter or Slack to discuss some things?

1reaction
sid88incommented, Jan 6, 2018

This boilerplate allows you to deploy appsync automatically using JS SDK for instance - https://github.com/serverless/serverless-graphql/blob/master/app-backend/appsync/dynamo/deploy-dynamo.js

Ideally, you would want to use something which is reproducible, scalable and easy to deploy.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting and Common Mistakes - AWS AppSync
This section discusses some common errors and how to troubleshoot them. Incorrect DynamoDB Key Mapping. If your GraphQL operation returns the following ...
Read more >
AWS AppSync - The Ultimate Guide - Serverless Framework
AWS AppSync is a popular choice for managing GraphQL APIs developed with the Serverless Framework.
Read more >
Speed Up Your Local Development Cycle with the AWS ...
The simulator does not validate the schemas/queries in the same way as the real AppSync service. For example, it will let you start...
Read more >
GraphQL APIs with AppSync, Amplify and Angular - YouTube
AWS AppSync automatically updates the data in web and mobile applications in real time, and updates data for offline users as soon as...
Read more >
Data Driven Applications with AWS AppSync and GraphQL
AWS Mumbai Summit 2018When developing mobile and web applications, you have limited resources available. You want your app to be as lean as ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found