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. */}