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]...
### 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]...
### 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]...
I want to be able to create **multiple endpoints for a single user**. For example, I want the ability to be able to send a specific user emails as well...
#### Description of changes #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] PR description included - [ ] `yarn test` passes...
#### Description of changes To enable users to paginate through storage using List api. Enabled users to pass a pageToken to the list Api so that they can get a...
**Is your feature request related to a problem? Please describe.** https://stackoverflow.com/questions/42355311/pinpoint-session-duration Pinpoint does not support session duration. **Describe the solution you'd like** I wonder if it is possible to compute...
#### Description of changes #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] PR description included - [ ] `yarn test` passes...
#### Description of changes Prior to this PR, `DataStore.clear()` and `DataStore.stop` did not provide guarantees that background work was complete before returning. This caused leakage between DataStore execution contexts (e.g.,...