Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AWS SDK Kotlin to interact AWS services #227

Open
hantsy opened this issue Jun 14, 2024 · 2 comments
Open

Use AWS SDK Kotlin to interact AWS services #227

hantsy opened this issue Jun 14, 2024 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file improvement Improvement to an existing feature

Comments

@hantsy
Copy link

hantsy commented Jun 14, 2024

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 mrFlick72 added this to the 0.8 milestone Jun 14, 2024
@mrFlick72
Copy link
Collaborator

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 mrFlick72 self-assigned this Jun 14, 2024
@mrFlick72 mrFlick72 added dependencies Pull requests that update a dependency file improvement Improvement to an existing feature labels Jun 14, 2024
@mrFlick72 mrFlick72 removed this from the 0.8 milestone Jun 23, 2024
@mrFlick72
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file improvement Improvement to an existing feature
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants