Todd Hill

Results 5 comments of Todd Hill

When we rewrote the Kotlin Dev Guide (published in Oct. 2022),[ this page](https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html#setup-create-projet-file) was updated. The dependencies are now listed as: ``` dependencies { implementation("aws.sdk.kotlin:s3:0.17.5-beta") implementation("aws.sdk.kotlin:dynamodb:0.17.5-beta") implementation("aws.sdk.kotlin:iam:0.17.5-beta") implementation("aws.sdk.kotlin:cloudwatch:0.17.5-beta") implementation("aws.sdk.kotlin:cognito:0.17.5-beta") implementation("aws.sdk.kotlin:sns:0.17.5-beta")...

Fixed. Changed to `cognitoidentityprovider` and [deployed to the public website](https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html#code-project).

We will advising users in the SDK guides to use a default profile as shown in the following sample. But I'm currently getting the same error as the others, but...