Skip to content

Commit

Permalink
remove checkboxes and circle (#7783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykethan authored Jul 5, 2024
1 parent 6efa947 commit 6966a11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<ul>
<li>
<input type="checkbox"/> Database **hostname**
</li>
<li>
<input type="checkbox"/> Database **port**
</li>
<li>
<input type="checkbox"/> Database **username**
</li>
<li>
<input type="checkbox"/> Database **user password**
</li>
<li>
<input type="checkbox"/> Database **name**
</li>
</ul>
- Database **hostname**
- Database **port**
- Database **username**
- Database **user password**
- Database **name**

<Callout info>

Expand Down
4 changes: 2 additions & 2 deletions src/pages/[platform]/start/migrate-to-gen2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 6966a11

Please sign in to comment.