amplify-swift
amplify-swift copied to clipboard
A declarative library for application development using cloud services.
### Describe the bug Upgrade the schema to use V2 Transform for the tests located in the DataStoreAuthIntegration tests. These tests were written for V1 Transformer and will not work...
### Describe the bug Cognito Identity Tokens cannot be used with owner auth due to logic in [AWSPluginsCore](https://github.com/aws-amplify/amplify-ios/blob/main/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/AuthRule+Extension.swift#L55) switching the "cognito:username" identity claim for "username". Cognito ID tokens and Access...
**Is your feature request related to a problem? Please describe.** When using `@key` directive on a model to create a provisioned API with the `sort` parameter. ``` type Todo @model...
### Describe the bug When using custom queries the ".getNextPage" method returned doesn't use the custom query to fetch next pages, it instead uses the default query but since this...
### Describe the bug DataStore and API does not function properly with model names that start with lower case. For example, DataStore's subscriptions fail to be established, API's `.create` mutation...
> are there a lot of internal usages of the now deprecated API? I know storage plugin internally uses .getIdentityId() . perhaps we can make a list in this PR,...
Hello, everyone, i am currently developing an iOS app with Amplify and would like to have read access for unlogged users. I have created my schema as follows. ``` Graphgl...
**Is your feature request related to a problem? Please describe.** This is not a problem, but more of a preference. `MutationEvent.mutationType` is currently of type `String`. This means that the...
**Page**: [`/lib/q/platform/ios`](https://docs.amplify.aws/lib/q/platform/ios) **Feedback**: Hi there! I'm trying to update a fairly straightforward app from the old Amplify SDK to the new Amplify Library. The docs don't have any migration guide...
**Is your feature request related to a problem? Please describe.** There doesn't seem to be any way to query searchable models with the Amplify Libraries API plugin, making Libraries unusable...