amplify-js icon indicating copy to clipboard operation
amplify-js copied to clipboard

A declarative JavaScript library for application development using cloud services.

Results 721 amplify-js issues
Sort by recently updated
recently updated
newest added

### 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]...

Push Notifications
React Native
pending-triage

**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...

bug
Auth
SSR
to-be-reproduced

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...

help wanted
question
AppSync
Service Team

### 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]...

GraphQL
pending-triage

### 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]...

good first issue
investigating
Auth

# 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...

feature-request
API
GraphQL
AppSync
Service Team
DataStore
p3

### 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]...

DataStore
pending-response
p2

### 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]...

Auth
Storage
React Native
pending-response
pending-triage

** 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...

feature-request
Cognito
Service Team
pending-maintainer-response

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...

feature-request
Auth
Cognito
VP