docs
docs copied to clipboard
AWS Amplify Framework Documentation
_Issue #, if available:_ _Description of changes:_ added callout for SSR not working for Server side functions without req object By submitting this pull request, I confirm that my contribution...
# NOTE: to view changes locally: - `gh pr checkout 4452` - `yarn && yarn dev` - Navigate to Libraries > DataStore > Advanced Workflows _Description of changes:_ feat(data): add...
_Description of changes:_ Corrected some of the grammar errors in the DataStore mdx files. By submitting this pull request, I confirm that my contribution is made under the terms of...
_Issue #, if available:_ CLI issue: https://github.com/aws-amplify/amplify-cli/issues/10253 CLI PR: https://github.com/aws-amplify/amplify-cli/pull/10667 _Description of changes:_ doc changes related to no longer pushing/pulling hook files to the s3 deployment bucket By submitting this...
_Description of changes:_ 1. Keep social sigin page uniform across all platforms ``` `Authentication -> Social sign-in (OAuth)` is only available for Js `Authentication -> Social sign in with web...
**Is your feature request related to a problem? Please describe.** `DataStore.observe` is light on details. Some customers get confused on how to use `observe` in different scenarios, how to use...
**Is your feature request related to a problem? Please describe.** As an Amplify JS customer, I want to have a clear description and walkthrough of how to setup TOTP authentication...
**Page**: [`/lib/auth/delete_user/q/platform/[platform]`](https://docs.amplify.aws/lib/auth/delete_user/q/platform/js) **Feedback**: The function on this page uses `Auth.deleteUser()`; when importing as provided in previous examples, Auth.deleteUser does not appear to be a function for `aws-amplify 4.3.12` . ```...
There should be a more clearer explanation between the levels. I created a s3 bucket that was NOT open to the public, however after uploading an image to my s3...
**Is your feature request related to a problem? Please describe.** I tried using `@searchable` with DataStore because the incompatibility was not mentioned in the [new v2 docs](https://docs.amplify.aws/cli/graphql/search-and-result-aggregations/). The Known Limitations...