Travis Sheppard

Results 8 issues of Travis Sheppard

**Describe the bug** The example schema for multiple authorization modes on https://docs.amplify.aws/cli/graphql/authorization-rules/#configure-multiple-authorization-rules does not produce the advertised result. While it says "any user (signed in or not, verified by IAM)...

bug
p2
amplify/data

Issue #4249 The example graphql schema had an issue when used with datastore. After talking to @renebrandel he suggested this change, although the wording could be improved a bit, I'm...

_This is a Request For Comments (RFC). RFCs are intended to elicit feedback regarding a proposed change to the Amplify Framework. Please feel free to post comments or questions here._...

GraphQL API
RFC
REST API

WIP: This is a rough early draft of subscriptions for GraphQL in dart. It implements the appsync real-time client described on https://docs.aws.amazon.com/appsync/latest/devguide/aws-appsync-real-time-data.html. It still needs tests, error handling, comments, cleanup,...

API integration tests were failing. This was because they use codegen models from amplify_test package, where another field was added to the schema. The provisioned backend didn't have that field,...

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin ### Amplify Categories GraphQL API ### Gradle...

improvement
datastore

Changes API category lint rules to library.yaml and then changes all the offending code to pass analysis. There is no CI enforcement of that here (want to do in separate...

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin ### Amplify Categories DataStore ### Gradle script...

bug
datastore