Skip to content

Commit e9fb02e

Browse files
authored
1 parent 749ceaf commit e9fb02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/cli-legacy/graphql-transformer/relational.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const meta = {
22
title: `Relational Databases`,
3-
description: `The Amplify CLI currently supports importing serverless Amazon Aurora MySQL 5.6 databases running in the us-east-1 region. Learn how to create an Amazon Aurora Serverless database, import this database as a GraphQL data source and test it.`
3+
description: `The Amplify CLI currently supports importing serverless Amazon Aurora MySQL 5.6 databases. Learn how to create an Amazon Aurora Serverless database, import this database as a GraphQL data source and test it.`
44
};
55

66
<MigrationAlert isLegacy url={'/cli/graphql/data-modeling'} />
77

8-
The Amplify CLI currently supports importing serverless Amazon Aurora MySQL 5.6 databases running in the us-east-1 region. The following instruction show how to create an Amazon Aurora Serverless database, import this database as a GraphQL data source and test it.
8+
The Amplify CLI currently supports importing serverless Amazon Aurora MySQL 5.6 databases. The following instruction show how to create an Amazon Aurora Serverless database, import this database as a GraphQL data source and test it.
99

1010
**First, if you do not have an Amplify project with a GraphQL API create one using these simple commands.**
1111

0 commit comments

Comments
 (0)