From bf6d4460387e38e3afa321c7bd04153c0cd0670a Mon Sep 17 00:00:00 2001 From: Mo Malaka Date: Wed, 4 Dec 2024 11:34:57 -0800 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/q-developer/index.mdx Co-authored-by: James Jarvis --- src/pages/[platform]/build-a-backend/q-developer/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/q-developer/index.mdx b/src/pages/[platform]/build-a-backend/q-developer/index.mdx index 951abd21c78..bdd9e881c3b 100644 --- a/src/pages/[platform]/build-a-backend/q-developer/index.mdx +++ b/src/pages/[platform]/build-a-backend/q-developer/index.mdx @@ -94,7 +94,7 @@ import { type ClientSchema, a, defineData } from "@aws-amplify/backend"; ## Use Q Developer - workspace in your Amplify project -Adding `@workspace` to your question in Amazon Q automatically incorporates the most relevant parts of your workspace code as context, using an index that updates periodically. For more information on `@workspace` functionality, please visit [Amazon Q Developer - Workspace Context] (https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/workspace-context.html). +Adding `@workspace` to your question in Amazon Q automatically incorporates the most relevant parts of your workspace code as context, using an index that updates periodically. For more information on `@workspace` functionality, please visit [Amazon Q Developer - Workspace Context](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/workspace-context.html). The files below provide detailed guides that can be included as context with the `@workspace` command, enhancing Amazon Q's accuracy in generating AWS Amplify Gen 2 code.