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 18f421c6e6d..ee0fd049c34 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 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