Hot take thread on AppSync reading through the docs....
-
-
ES resolvers are more VTL + ES queries. Ugh. Please no more VTL. I thought we were done with that. I suspect some big fancy best practice templates will emerge and you may not have to customize these too much. That's what happened with API Gateway
Show this thread -
Auth story looks better than expected. You can limit to specific fields based on IAM roles. That's pretty neat. I suspect if you are not using IAM/Cognito you'll just have to fall back to doing auth in the resolver.
Show this thread -
MISSING: Cloudwatch does not record field level metrics http://docs.aws.amazon.com/appsync/latest/devguide/integrating-with-cloudwatch.html … Apollo Engine lives to fight another day. But they should prob be watching their back
Show this thread -
There is too much VTL and enough missing in this service, I suspect someone will write a framework to help you get to hello world. It will be popular/useful for ~12 months and then probably become obsolete as AWS improves things.
Show this thread -
ALSO MISSING: Xray integration? I can't find anything the docs about it. Will xray+lambda+app sync just all play nice?
Show this thread -
Subscriptions look half baked. You have to tie a subscription directly to a mutation using a GraphQL directive. Ugh "Note: Adding resolvers to subscriptions is unsupported at this time."


http://docs.aws.amazon.com/appsync/latest/devguide/real-time-data.html …Show this thread -
To be fair its nearly impossible to do subscriptions now with Lambda+GraphQL so this is better than nothing.
Show this thread -
"AWS AppSync can automatically provision Amazon DynamoDB tables from a schema definition, create data sources, and connect the resolvers on your behalf" THAT is cool
Show this thread
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
at the idea of having to combine VTL templates and Dynamo expressions. This looks so terrible....