Skip to content

Commit bcc6b64

Browse files
Yono1112ashika112
andauthored
Add missing code highlight to OpenSearch page (#8075)
* fix: highlight missing code block in OpenSearch integration doc * Make change to trigger build --------- Co-authored-by: ashika112 <[email protected]>
1 parent 51b8d37 commit bcc6b64

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ 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
146+
145147
// Create the OpenSearch domain
146148
const openSearchDomain = new opensearch.Domain(
147149
backend.data.stack,

0 commit comments

Comments
 (0)