diff --git a/src/pages/[platform]/ai/concepts/architecture/index.mdx b/src/pages/[platform]/ai/concepts/architecture/index.mdx index 3bb1caa6b5d..8355394e29c 100644 --- a/src/pages/[platform]/ai/concepts/architecture/index.mdx +++ b/src/pages/[platform]/ai/concepts/architecture/index.mdx @@ -40,7 +40,7 @@ The Amplify AI kit is built around the idea of routes. An AI route is like an AP When you create an AI route with the Amplify AI kit, it is using these services: ### AWS AppSync -Acts as an API layer to authorize and route requests from the browser to AWS services. +Serverless API layer to authorize and route requests from the browser to AWS services. ### Amazon DynamoDB Serverless database for storing conversation history.