Skip to content

Commit

Permalink
Update src/pages/[platform]/start/libraries-standalone/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com>
  • Loading branch information
hdworld11 and renebrandel authored Jun 7, 2024
1 parent 6435146 commit 2adfd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/start/libraries-standalone/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2adfd4f

Please sign in to comment.