VAuthenticator / vauthenticator

VAuthenticator OpenID Connect/OAuth2.1 Auth server
Apache License 2.0
18 stars 1 forks source link

Use AWS SDK Kotlin to interact AWS services #227

Open hantsy opened 3 months ago

hantsy commented 3 months ago

Amazon provides AWS SDK Kotlin, which rewrites AWS SDK from scratch using Kotlin, I think it is a better match for this project.

AWS SDK Kotlin supports Kotlin Coroutines and Kotlin Multiple Platform.

Please replace the AWS SDK Java with AWS SDK Kotlin.

mrFlick72 commented 3 months ago

Hi, @hantsy thanks for your feedback I was unaware there was a Kotlin-specific aws SDK.

I add your ticket to the 0.8 release train

mrFlick72 commented 3 months ago

During the implementation, I discovered one dependency from other libraries used in VAuthenticator. Mainly https://github.com/VAuthenticator/document-repository-starter that uses the java SDK.

I decided to postpone the implementation until this dependency is migrated to kotlin.