-
### Describe the feature
AWS AppSync Events allows developers to easily broadcast real-time event data to subscribers using serverless WebSocket APIs, eliminating the need to build WebSocket infras…
-
### Describe the bug
In #11185, the `HttpDataSource` class was updated to extend `BackedDataSource` instead of `BaseDataSource`, however the `HttpDataSourceProps` type wasn't updated to reflect thi…
-
### Environment information
```plain text
Hi,
I'm interested in AppSync Events for streaming https://docs.aws.amazon.com/pdfs/appsync/latest/eventapi/appsync-eventapi-dg.pdf#event-api-welcome
```
…
-
I am encountering errors when using the default subscription generated by the `prisma-appsync` package in the AWS AppSync console.
#### Error with Default Subscription
When trying to use a subscri…
-
First off, thanks for SST. Truly innovative. Superb.
Second, have you roadmapped AWS AppSync WebSockets? Cheaper than AG WebSockets so keen to get them in.
Thanks again,
Wilfred
-
I am looking to connect this to an AWS AppSync API using [aws-sigv4-fetch](https://www.npmjs.com/package/aws-sigv4-fetch) as my custom fetcher. Is there a way to connect this to declare this as part o…
-
### Why is this needed?
I'm new to GraphQL in general, but I think in the original PR #323 the `AppSyncResolverEvent` was based on AWS Amplify, so instead of reading `parentTypeName`, we are reading …
-
### Describe the bug
Working on iOS projects with AWS China service region. The AppSync Query/Mutation methods work well but no subscription method works. Looking into the network traffic detail, I…
-
### Description
AWS released a new feature for their AppSync service called Event API, which are a simple event-based pub/sub API without the additional overhead required for a GraphQL API. For our p…
-
I tried installing theos using this command on my kali
bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"
and then git clonned the repo and ran
make…