From 2adfd4fbe6b92f15b49405a028c56c3137e553a2 Mon Sep 17 00:00:00 2001 From: Harshita Daddala Date: Fri, 7 Jun 2024 12:07:17 -0400 Subject: [PATCH] Update src/pages/[platform]/start/libraries-standalone/index.mdx Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com> --- src/pages/[platform]/start/libraries-standalone/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/start/libraries-standalone/index.mdx b/src/pages/[platform]/start/libraries-standalone/index.mdx index d255639044b..138aadb706b 100644 --- a/src/pages/[platform]/start/libraries-standalone/index.mdx +++ b/src/pages/[platform]/start/libraries-standalone/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 not. You can take advantage of the Amplify libraries while maintaining control over your AWS resources. +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. If you prefer not to use the Amplify backend, you can still benefit from the Amplify libraries by following the instructions provided