aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

Increase aws appsync time out. #347

Open Boniqx opened 6 months ago

Boniqx commented 6 months ago

The docs tells us that we can do an asynchronous request for appsync. But I am building a web app with LLMs with langchain agents. Which takes almost a minute to load. Is there a way to increase the waiting time for this requests? Or should I just move away from appsync and use a separate backend which makes my codebase a too convuluted.

onlybakam commented 6 months ago

hey, because LLM responses can take a very long time, we recommend using subscriptions on your client to receive updates as they occur.

the following articles may help: