From b1ce17041f4277714ff4d5472c6a41909f58db1a Mon Sep 17 00:00:00 2001 From: Rene Brandel <4989523+renebrandel@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:31:19 -0700 Subject: [PATCH] Update index.mdx --- src/pages/[platform]/how-amplify-works/faq/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/[platform]/how-amplify-works/faq/index.mdx b/src/pages/[platform]/how-amplify-works/faq/index.mdx index 5f9053e735f..9425e4223ba 100644 --- a/src/pages/[platform]/how-amplify-works/faq/index.mdx +++ b/src/pages/[platform]/how-amplify-works/faq/index.mdx @@ -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. */}