Skip to content

Commit 03e62fe

Browse files
restructured the contents for connecting to existing data sources (#7496)
* restructured the contents for connecting to existing data sources * updated headings for opensearch and fixed merge conflicts * updated eventbridge heading * updated lock file * updated heading for Bedrock * Update rds vpc config wordings --------- Co-authored-by: Christopher Sundersingh <83315412+sundersc@users.noreply.github.com>
1 parent 2aae581 commit 03e62fe

File tree

11 files changed

+2117
-1924
lines changed

11 files changed

+2117
-1924
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"AmazonPersonalizeProvider",
7272
"AmazonS3Client",
7373
"Amplif",
74+
"ampx",
7475
"amplifiedtodo",
7576
"AMPLIFYCLI",
7677
"amplify-CLI",

src/directory/directory.mjs

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,17 +236,10 @@ export const directory = {
236236
},
237237
{
238238
path: 'src/pages/[platform]/build-a-backend/data/custom-business-logic/index.mdx',
239-
240239
children: [
241-
{
242-
path: 'src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-external-ddb-table/index.mdx'
243-
},
244240
{
245241
path: 'src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx'
246242
},
247-
{
248-
path: 'src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-external-ddb-table/index.mdx'
249-
},
250243
{
251244
path: 'src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-eventbridge-datasource/index.mdx'
252245
},
@@ -270,6 +263,17 @@ export const directory = {
270263
{
271264
path: 'src/pages/[platform]/build-a-backend/data/custom-subscription/index.mdx'
272265
},
266+
{
267+
path: 'src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/index.mdx',
268+
children: [
269+
{
270+
path: 'src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx'
271+
},
272+
{
273+
path: 'src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-external-ddb-table/index.mdx'
274+
}
275+
]
276+
},
273277
{
274278
path: 'src/pages/[platform]/build-a-backend/data/connect-from-server-runtime/index.mdx',
275279
children: [

src/pages/[platform]/build-a-backend/data/connect-existing-data/index.mdx

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)