amplify-js
amplify-js copied to clipboard
A declarative JavaScript library for application development using cloud services.
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
**Describe the bug** Cognito user authentication doesn't appear to support url-encoded cookie fields when authenticating during server-side renders using `withSSRContext`. **To Reproduce** Steps to reproduce the behavior: 1. Configure a...
How can I get the request cookies in an AppSync Javascript Lambda Resolver? It seems that it could be done using a Request Body Mapping Template https://faragta.com/aws-api-gateway/pass-cookie-values-from-api-gateway.html With this VTL...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
# Summary At the 11th hour in our app development we have just discovered that after following the [official AWS documentation use cases](https://docs.amplify.aws/cli/graphql-transformer/auth#multiple-authorization-rules) of adding `@Auth` directives on my GraphQL...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
** Which Category is your question related to? ** Authentication/Cognito ** What AWS Services are you utilizing? ** Authentication, Storage, Analytics ** Provide additional details e.g. code snippets ** I...
I am developing app in React Native When a user clicks on the button to sign in with google, a pop up appears but I don't see an option to...