Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.mdx #7713

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/[platform]/how-amplify-works/faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ You can stay with Amplify no matter how big your application grows. Amplify is l

You can read all about Amplify's pricing on our [pricing page](https://aws.amazon.com/amplify/pricing/).

**Which Amplify JavaScript version is compatible with Gen 2?**

Amplify JavaScript version 6.2.0 and above is compatible with backends created by Amplify Gen 2.

{/* **Can I use any other database storage other than Amazon DynamoDB? Does it have to be noSQL?**

You can also use an [existing MySQL or PostgreSQL database](/[platform]/build-a-backend/data/connect-api-to-existing-database/) in an Amplify app. With Gen 2's [custom query and mutation support](/[platform]/build-a-backend/data/custom-business-logic), you can integrate with any existing data source through a Lambda function as well. */}
Expand Down
Loading