
Ultimate access to all questions.
No comments yet.
A company has deployed an AI assistant as a React application that uses AWS Amplify, an AWS AppSync GraphQL API, and Amazon Bedrock Knowledge Bases. The application uses the GraphQL API to call the Amazon Bedrock RetrieveAndGenerate API for knowledge base interactions. The company configures an AWS Lambda resolver to use the RequestResponse invocation type.
Application users report frequent timeouts and slow response times. Users report these problems more frequently for complex questions that require longer processing.
The company needs a solution to fix these performance issues and enhance the user experience.
Which solution will meet these requirements?
A
Use AWS Amplify AI Kit to implement streaming responses from the GraphQL API and to optimize client-side rendering.
B
Increase the timeout value of the Lambda resolver. Implement retry logic with exponential backoff.
C
Update the application to send an API request to an Amazon SQS queue. Update the AWS AppSync resolver to poll and process the queue.
D
Change the RetrieveAndGenerate API to the InvokeModelWithResponseStream API. Update the application to use an Amazon API Gateway WebSocket API to support the streaming response.