From e79f05a299b4eef70a502f77b7a2213ac55a90f7 Mon Sep 17 00:00:00 2001 From: Danny Banks Date: Wed, 13 Nov 2024 09:12:33 -0800 Subject: [PATCH] Update src/pages/[platform]/ai/concepts/architecture/index.mdx Co-authored-by: Ian Saultz <52051793+atierian@users.noreply.github.com> --- src/pages/[platform]/ai/concepts/architecture/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.