I'm really excited about https://aws.amazon.com/appsync/ because it let's me
selectively put logic between certain resources. I no longer need to build
lambda functions behind an API Gateways, since it exposes lambda's through
GraphQL resolvers.
1 reply
It's cool how we can focus on logic, and the request / response handling is no
longer necessary.