Results 11 issues of Di Wu

_Issue #, if available:_ _Description of changes:_ - Fix the generated links in `LibVersionSwitcher` with `platform` filter. - Links with `/lib` [is with kind](https://github.com/aws-amplify/docs/blob/dev-preview-ios/generatePathMap.cjs.js#L129) `platform` in the URL. - Use...

#### Description of changes: #### Related GitHub issue #, if available: https://github.com/aws-amplify/docs/issues/4865 ### Instructions **If this PR should not be merged upon approval for any reason, please submit as a...

## Issue \# ## Description - add support for AppSync GraphQL filter `attributeExists` - fix query filter with `nil` value. - optimize the SQL query generation for `attributeExists` and `eq(nil)`/`ne(nil)`...

## Issue \# ## Description - Removing the dependency of [aws-appsync-realtime-client-ios](https://github.com/aws-amplify/aws-appsync-realtime-client-ios). - Utlizing [`URLSessionWebSocketTask`](https://developer.apple.com/documentation/foundation/urlsessionwebsockettask) for AppSync real-time WebSocket connection. - Reimplemented the `AppSyncRealTimeClient`. ## General Checklist - [x] Added new...

## Issue \# ## Description - stablize integration test cases of observe query - unsubscribe to datastore publisher when test case is finished - use new `fulfillment` async API ##...

## Issue \# ## Description - Add integration test cases for CPK(Composite Primary Key) LazyLoading cases of subscription API. ## General Checklist - [X] Added new tests to cover change,...

*Issue #, if available:* *Description of changes:* - add unit tests for GraphQLResposne decoding logic - By submitting this pull request, I confirm that you can use, modify, copy, and...

*Issue #, if available:* *Description of changes:* According to discussion found [here](https://github.com/orgs/community/discussions/65321), a PR that created by API is not able to trigger actions with the existing action event triggers....

*Issue #, if available:* *Description of changes:* - remove dependency `Starscream` - implemente adapter with `URLSessionWebSocketTask` instead. - bump up swift version to 5.7 - bump up lowest supported version...

## Issue \# ## Description - created a new internal package with name `AmplifyNetwork` - move `WebSocketClient` module to `AmplifyNetwork` ## General Checklist - [x] Added new tests to cover...