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 51b8d37 commit bcc6b64Copy full SHA for bcc6b64
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;
142
// Get the DynamoDB table name
143
const tableName = backend.data.resources.tables['Todo'].tableName;
144
145
+// highlight-start
146
+
147
// Create the OpenSearch domain
148
const openSearchDomain = new opensearch.Domain(
149
backend.data.stack,
0 commit comments