aws-amplify / amplify-category-api

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
https://docs.amplify.aws/
Apache License 2.0
89 stars 79 forks source link

AppSync Events #3001

Open CatenaryCloudHQ opened 1 week ago

CatenaryCloudHQ commented 1 week ago

Environment information

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

Describe the feature

Infra and auth integration for AppSync Events.

Use case

The use case is streaming LLM responses. Events should simplify architecture without resolvers and graphql mutations.

One of interesting questions if AppSync Events delivery messages in order, again this simplifies messaging architecture.

ykethan commented 1 week ago

Hey,👋 thanks for raising this! I'm going to transfer this over to our API repository for better assistance 🙂 But from the Events API on Amplify docs this is currently not supported yet on a existing backend but can be used with existing Amplify JS library.

sundersc commented 1 week ago

Our team is working on a feature which may be related to your ask. Please take a look at the Amplify AI RFC.