aws.sdk.kotlin:cognito does not exist
See original GitHub issueDescribe the issue
In the documentation “Setting up the AWS SDK for Kotlin” there is a reference to implementation("aws.sdk.kotlin:cognito:0.9.4-beta")
but this library does not exist in maven. https://mvnrepository.com/artifact/aws.sdk.kotlin/cognito
How can I use Amazon Cognito with Kotlin SDK? It should be aws.sdk.kotlin:cognitoidentityprovider
Links
https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Amazon Cognito Identity Provider examples using SDK for Kotlin
The following code examples show you how to perform actions and implement common scenarios by using the AWS SDK for Kotlin with Amazon...
Read more >Amazon Cognito Identity Provider examples using SDK for Kotlin
The following code examples show you how to perform actions and implement common scenarios by using the AWS SDK for Kotlin with Amazon...
Read more >Set up the AWS SDK for Kotlin
To make requests to AWS services using the AWS SDK for Kotlin, you need the following: ... If you do not have an...
Read more >Sign up a user with Amazon Cognito using an AWS SDK
The following code examples show how to sign up a user with Amazon Cognito. .NET. AWS SDK for .NET. Note. There's more on...
Read more >Error handling - AWS SDK for Kotlin
Understanding how and when the AWS SDK for Kotlin throws exceptions is important ... EC2 instance that doesn't exist, Amazon EC2 returns an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the issue is that
aws.sdk.kotlin:cognito:<version>
does not point to a valid artifact.As pointed out in the comment above the valid cognito libraries are one of:
aws.sdk.kotlin:cognitoidentity:<version>
aws.sdk.kotlin:cognitoidentityprovider:<version>
⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.