diff --git a/src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx b/src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx index c6e71d688d1..d307010b6ce 100644 --- a/src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx @@ -142,6 +142,8 @@ const tableArn = backend.data.resources.tables['Todo'].tableArn; // Get the DynamoDB table name const tableName = backend.data.resources.tables['Todo'].tableName; +// highlight-start + // Create the OpenSearch domain const openSearchDomain = new opensearch.Domain( backend.data.stack,