Open trivikr opened 6 months ago
No response
Cognito
The use case 4 on README shows an example using AWS SDK for JavaScript (v2)
Use case 4. Authenticating a user and establishing a user session with the Amazon Cognito Identity service. import * as AWS from 'aws-sdk/global';
https://www.npmjs.com/package/amazon-cognito-identity-js/v/6.3.12
The AWS SDK for JavaScript (v2) will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025.
Replace the use case with equivalent code in AWS SDK for JavaScript (v3)
Continue using AWS SDK for JavaScript (v2) even if it's unsupported.
Hello, @trivikr 👋. Thanks for opening this issue and pointing this out. Looks like we need to update our code example to use the new version.
Is this related to a new or existing framework?
No response
Is this related to a new or existing API?
No response
Is this related to another service?
Cognito
Describe the feature you'd like to request
The use case 4 on README shows an example using AWS SDK for JavaScript (v2)
https://www.npmjs.com/package/amazon-cognito-identity-js/v/6.3.12
The AWS SDK for JavaScript (v2) will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025.
Describe the solution you'd like
Replace the use case with equivalent code in AWS SDK for JavaScript (v3)
Describe alternatives you've considered
Continue using AWS SDK for JavaScript (v2) even if it's unsupported.
Additional context
No response
Is this something that you'd be interested in working on?