-
**Is your feature request related to a problem? Please describe.**
Currently images uploaded via the `Storage` api cannot be cached at all. Calling `Storage.get()` will return an URL which changes …
-
**Describe the bug**
When using field level auth rules in the DataStore schema, performing a DataStore.save() saves null values in the local storage. The correct values are stored in Dynamo DB.
…
-
**Is your feature request related to a problem? Please describe.**
Yes, we have several clients that need SAML integration with their Amplify application and without the support, we had to create a c…
-
Hi all.
I am currently working on a project which requires a use-case that is similar to a lot of other applications I have been considering to migrate to Amplify. However, the only showstopper ri…
-
** Which Category is your question related to? **
Auth
** What AWS Services are you utilizing? **
Cognito
** Provide additional details e.g. code snippets **
Hi team,
We have an application us…
-
I wish to use this but already have a cognito user pool that I want to reuse. Can I attach the existing pool instead of creating one? Specifically, where can I configure the pool name/arn?
-
If I do `amplify add xxx` in a project which hasn't been initialized we currently spit out an ugly trace:
```
authtest $amplify-dev add auth
Scanning for plugins...
Plugin scan successful
You a…
-
### 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-am…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
v18.16.1
### Amplify CLI Version
10.7.3
### What operating system are you using?
Ubuntu
#…
-
**Describe the bug**
It is not a bug I believe, but
Storage.put(...{level: 'private'}) returns uploaded file key without prefix.
**To Reproduce**
Steps to reproduce the behavior:
```
const …