You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws-sdk V2 returns the identityId retrieved from getId API call such that clients can access and use it (since some aws calls require identityId as input). However fromCognitoIdentityPool doesn't return the identityId but only caches it locally.
It's not a blocker since we stopped using fromCognitoIdentityPool and started calling GetId and fromCognitoIdentity to preserve the identityId in our application. It'd be great if it's available from the fromCognitoIdentityPool itself.
SDK version number
Latest alpha versions
Expected behavior
V3 should have feature parity with V2
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Describe the bug
aws-sdk V2 returns the identityId retrieved from getId API call such that clients can access and use it (since some aws calls require identityId as input). However fromCognitoIdentityPool doesn't return the identityId but only caches it locally.
It's not a blocker since we stopped using fromCognitoIdentityPool and started calling GetId and fromCognitoIdentity to preserve the identityId in our application. It'd be great if it's available from the fromCognitoIdentityPool itself.
SDK version number
Latest alpha versions
Expected behavior
V3 should have feature parity with V2
The text was updated successfully, but these errors were encountered: