question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aws.sdk.kotlin:cognito does not exist

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
aajtoddcommented, Nov 8, 2022

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>
0reactions
github-actions[bot]commented, Nov 15, 2022

⚠️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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found