Skip to content

Commit 7ea113b

Browse files
author
Yono1112
committed
fix: highlight missing code block in OpenSearch integration doc
1 parent 1f9b136 commit 7ea113b

File tree

1 file changed

+1
-0
lines changed
  • src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries

1 file changed

+1
-0
lines changed

src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ const tableArn = backend.data.resources.tables['Todo'].tableArn;
142142
// Get the DynamoDB table name
143143
const tableName = backend.data.resources.tables['Todo'].tableName;
144144

145+
// highlight-start
145146
// Create the OpenSearch domain
146147
const openSearchDomain = new opensearch.Domain(
147148
backend.data.stack,

0 commit comments

Comments
 (0)