We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9b136 commit 7ea113bCopy full SHA for 7ea113b
src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx
@@ -142,6 +142,7 @@ const tableArn = backend.data.resources.tables['Todo'].tableArn;
142
// Get the DynamoDB table name
143
const tableName = backend.data.resources.tables['Todo'].tableName;
144
145
+// highlight-start
146
// Create the OpenSearch domain
147
const openSearchDomain = new opensearch.Domain(
148
backend.data.stack,
0 commit comments