Open bdougie opened 7 years ago
Odd, I've had this happen from time to time with serverless-webpack rolled projects. I worked from the same repos during the training. I'll see if I can find the difference.
I just verified that I have the same code as what's pushed up and that service deployed here still works:
https://i2la4hb02l.execute-api.us-east-1.amazonaws.com/dev/graphql
There could be the chance that it's error without good debugging info.
Did you run the load-jokes script to populate your table with data?
I haven't had time till now to this again. I don't think I ran the load jokes script, but have now and get an empty object.
I have actually built a GraphQL wrapper for work and going to attempt to migrate it to lambda soon
I am attempting to finishing exploring the examples you went through at Fluent Conf and getting a missing auth token error when attempting to hit graphQL enpoints. Its the same in browser as it is in GraphiQL.
Is this correct and what auth do I put in the header?