Aaron Harris
Aaron Harris
> Interface implementing another interface This was actually approved in the GraphQL spec in https://github.com/graphql/graphql-spec/pull/373, however this is a relatively recent change, and it is sill only included in the...
Thank you for the feedback! The Data API feature of Aurora Serverless is in Beta and only available in limited regions, so we're still using lambda for this example. Have...
No ETA at this time, but we'll be sure to look at supporting it when it becomes available.
Hi yvele, you are correct that descriptions for now are only permitted on the whole enum declaration, not on specific enum values. The workaround is to describe the enum values...
You can use the Long scalar by prepending `scalar Long` to your schema, and using the Long. This is not documented (or supported), but I verified that this works as...
Thanks for the request. We're looking at improving the experience around making update SQL requests more straightforward. One possible way, at least to make the VTL side easier, is to...
We currently don't offer a way to mock calls to Aurora Serverless, but you can take a look at https://aws.amazon.com/blogs/aws/new-local-mocking-and-testing-with-the-amplify-cli/ which lets you test run AppSync resolvers locally.
Is this still a priority to add Async apis to Jedis? Currently looking a Lettuce for this reason alone, although I prefer the lightweight Jedis.
Still broken as of 1/12/2018
Pull requests are surely encouraged if it's only a few changes that need to be made!