agorapulse / micronaut-aws-sdk

Agorapulse AWS SDK
36 stars 14 forks source link

DynamoDB Kotlin extension package missing #240

Open forresthopkinsa opened 2 weeks ago

forresthopkinsa commented 2 weeks ago

The docs say

// for Kotlin Query DSL
implementation 'com.agorapulse:micronaut-amazon-awssdk-dynamodb-kotlin:3.1.3'

But it doesn't look like this package actually exists?

Could not find com.agorapulse:micronaut-amazon-awssdk-dynamodb-kotlin:3.1.3.

musketyr commented 2 weeks ago

hi @forresthopkinsa. thanks for pointing this out. I have disabled the build during Micronaut 4.x migration and never enabled it again.

I have a PR to reintroduce it again: https://github.com/agorapulse/micronaut-aws-sdk/pull/244 but I'm currently blocked by https://github.com/micronaut-projects/micronaut-gradle-plugin/issues/1006