Richard Threlkeld
Richard Threlkeld
> @undefobj What I would like to see to support this type of feature is to utilise kinesis firehose and glue to send data in Redshift or S3 Parquet. Then...
Moving to CLI repo where this configuration would be completed.
Do you mean GrraphQL Code Generator? https://graphql-code-generator.com If so we are in communication with that team already. @mwarger
@chrisco255 > Will data persist between runs? Do you need this to be supported? If so how much data locally? > Does this have a local DynamoDB instance running in...
> How would this work with `@function` resolvers or pipeline resolvers? Will it also pipe requests to the local lambda functions that amplify is aware of? @davekiss We didn't put...
cc @palpatim @elorzafe for Auth project
DynamoDB does not support geo queries, which is why that repo is in archive now. AppSync supports both DynamoDB as well as Elasticsearch which you can leverage in a single...
For new GraphQL scalar types that's best logged as a feature request to the AppSync service. I would recommend logging that here: https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0 If there are enhancements needed to the...
@doom777 you can use `@model` to generate the simple queries that you state above, as outlined here: https://aws-amplify.github.io/docs/cli/graphql#generates However these will just use DynamoDB itself and at scale these filtering...
Right, so to be clear @rpostulart as in the link I posted above `@model` will include some filtering capability out of the box with DynamoDB. For instance any `string` types...