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
atm the bom is not part of the SDK-published version catalog. When using the BOM with the version catalog you have to specify the SDK version twice - once for the BOM, and again for the version catalog.
implementation(platform(libs.awssdk.kotlin.bom)) // from libs.versions.toml
implementation(awssdk.services.codeartifact) // from SDK version catalog
implementation(awssdk.services.ecr)
implementation(awssdk.services.s3)
implementation(awssdk.services.ssm)
implementation(awssdk.services.rds)
implementation(awssdk.services.resourcegroupstaggingapi)
implementation(awssdk.services.route53)
implementation(awssdk.services.dynamodb)
implementation(awssdk.services.secretsmanager)
implementation(awssdk.runtime.smithy.kotlin.http.client.engine.okhttp)
Is your feature request related to a problem?
While this doesn't appear to pose any material issue having the SDK version in two places is at best confusing. The BOM will trump whatever the version catalog specifies.
Proposed Solution
Add the BOM to the version catalog, e.g. awssdk.bom
Describe alternative solutions or features you've considered
The sample above shows the workaround of specifying the BOM separately
Acknowledge
I may be able to implement this feature request
AWS SDK for Kotlin version
1.3.51
Platform (JVM/JS/Native)
JVM
Operating system and version
MacOS
The text was updated successfully, but these errors were encountered:
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.
Describe the feature
atm the bom is not part of the SDK-published version catalog. When using the BOM with the version catalog you have to specify the SDK version twice - once for the BOM, and again for the version catalog.
Is your feature request related to a problem?
While this doesn't appear to pose any material issue having the SDK version in two places is at best confusing. The BOM will trump whatever the version catalog specifies.
Proposed Solution
Add the BOM to the version catalog, e.g.
awssdk.bom
Describe alternative solutions or features you've considered
The sample above shows the workaround of specifying the BOM separately
Acknowledge
AWS SDK for Kotlin version
1.3.51
Platform (JVM/JS/Native)
JVM
Operating system and version
MacOS
The text was updated successfully, but these errors were encountered: