amplify-swift icon indicating copy to clipboard operation
amplify-swift copied to clipboard

A declarative library for application development using cloud services.

Results 324 amplify-swift issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Sub-selections for connected models are null when using the API plugin. **To Reproduce** 1. Create two models and a one-to-many connection. ``` type Store @model @auth( rules:...

api
datastore
feature-request
p3

**Is your feature request related to a problem? Please describe.** When using Amplify.API.mutate(.update, model) do I always have to supply the full model? I attempted to create an empty model...

api
feature-request

**Describe the bug** I have used the Amplify CLI to generate my GraphQL schema. The query and Schema work in the AWS AppSync Console. The DynamoDB tables are created and...

api
question
feature-request
follow up
p3

**Is your feature request related to a problem? Please describe.** Instead of asking the app server to sign the URL before fetching from Cloudfront, is it possible to sign the...

api
feature-request

**Is your feature request related to a problem? Please describe.** Amplify for iOS currently does not seem to have the capability to create a subscription for a change besides the...

api
feature-request
p3

Reading through the documentation I see this line: "The GraphQL Transform handles creating the relevant input types and will store pointers to S3 objects in Amazon DynamoDB. The AppSync SDKs...

api
feature-request
p3

### Is your feature request related to a problem? Please describe. In February, the community opened a feature request to include the HTTP response body on > 300 status codes,...

api
feature-request

### Describe the bug Hello team, I am following instructions provided by the [Amplify iOS tutorial here](https://aws.amazon.com/getting-started/hands-on/build-ios-app-amplify/module-four/) I am running into a strange error with the GraphQL API. This call...

bug
api
pending-release
p3

[This documentation](https://docs.amplify.aws/lib/datastore/data-access/q/platform/ios#predicates) indicates that DataStore supports the `notContains` operator, but it [does not appear to be implemented](https://github.com/aws-amplify/amplify-ios/blob/e2f7f64e2a501f3b2807481ca921e71710c82b22/Amplify/Categories/DataStore/Query/QueryField.swift#L34-L44) in the library. On amplify-js, It appears to be [supported](https://github.com/aws-amplify/amplify-js/blob/6e28eaf37525ce231d7793bf82a960046fc7f8f4/packages/datastore/src/types.ts#L295-L299). On Android, it...

api
datastore
feature-request

on iOS, we can first get parity in behavior: "if there is only one element at data, deserialize to it" as API behavior change, this will allow the documentation to...

bug
api
follow up
p2