From b3c698e92e6bea69db8537633d41df2a71a9d3ca Mon Sep 17 00:00:00 2001 From: Harshita Daddala Date: Mon, 10 Jun 2024 14:28:02 -0400 Subject: [PATCH] update intro --- .../[platform]/start/connect-existing-aws-resources/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/start/connect-existing-aws-resources/index.mdx b/src/pages/[platform]/start/connect-existing-aws-resources/index.mdx index ee0fd049c34..e96831a8843 100644 --- a/src/pages/[platform]/start/connect-existing-aws-resources/index.mdx +++ b/src/pages/[platform]/start/connect-existing-aws-resources/index.mdx @@ -30,7 +30,7 @@ export function getStaticProps(context) { }; } -Amplify client libraries provide you with the flexibility to directly connect your application to AWS resources, regardless of whether you choose to set up an Amplify backend environment or manually configure individual AWS services, such as AWS AppSync, Amazon Cognito, Amazon S3, and more. You can take advantage of the Amplify libraries while self-managing those resources outside of an Amplify backend. +Amplify client libraries provide you with the flexibility to directly connect your application to AWS resources, regardless of whether you choose to set up an Amplify backend environment or manually configure individual AWS services, such as AWS AppSync, Amazon Cognito, Amazon S3, and more. If you prefer not to use the Amplify backend, you can still benefit from the Amplify libraries by following the instructions provided