From c7f14c5da6bfc7711eb88cb20ea2bfc89dac4e4e Mon Sep 17 00:00:00 2001 From: ykethan Date: Thu, 27 Jun 2024 10:49:29 -0400 Subject: [PATCH] remove checkboxes and circle --- .../connect-postgres-mysql-database/index.mdx | 22 +++++-------------- .../start/migrate-to-gen2/index.mdx | 4 ++-- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx b/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx index a720275fa95..e968a0571ac 100644 --- a/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx @@ -34,23 +34,11 @@ Amplify's native integration supports any MySQL or Postgres database, no matter You must create a connection string using the following database information to get started: - +- Database **hostname** +- Database **port** +- Database **username** +- Database **user password** +- Database **name** diff --git a/src/pages/[platform]/start/migrate-to-gen2/index.mdx b/src/pages/[platform]/start/migrate-to-gen2/index.mdx index 41c660245c5..46794d16100 100644 --- a/src/pages/[platform]/start/migrate-to-gen2/index.mdx +++ b/src/pages/[platform]/start/migrate-to-gen2/index.mdx @@ -185,8 +185,8 @@ The tables below present a feature matrix for Gen 1 customers who are considerin | Function templates: Hello World | Yes | Yes | | Function templates: Lambda trigger | Yes | Yes | | Function logs in console | Yes | Yes | -| Function resource access permissions: ◯ geo | Yes | Yes with CDK | -| Function resource access permissions: ◯ analytics | Yes | Yes with CDK | +| Function resource access permissions: geo | Yes | Yes with CDK | +| Function resource access permissions: analytics | Yes | Yes with CDK | | Function runtime: .NET 6 | Yes | Yes with CDK | | Function runtime: Go | Yes | Yes with CDK | | Function runtime: Java | Yes | Yes with CDK |