Skip to content

Commit

Permalink
Merge branch 'hdworld11/add-library-standalone-page' of github.com:aw…
Browse files Browse the repository at this point in the history
…s-amplify/docs into hdworld11/add-library-standalone-page
  • Loading branch information
hdworld11 committed Jun 7, 2024
2 parents 6cbf369 + 2adfd4f commit a80f3fa
Showing 1 changed file with 1 addition and 1 deletion.
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 a80f3fa

Please sign in to comment.