<https://aws.amazon.com/about-aws/whats-new/2023/11/aws-sdk-kotlin/> :tada:
e
s
e
That’s pretty cool that the SDK is based on DSL and Coroutines
s
Indeed.
l
Finally!
a
Here is the blog post that gives an overview: https://aws.amazon.com/blogs/developer/aws-sdk-for-kotlin-ga/ (Disclosure: I am the author, feel free to ask any questions)
metal 1
πŸ‘ 3
πŸ™ 1
s
@Aaron Todd minor nit - https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/get-started.html#get-started-projectsetup -
use Java 1.8 in the tasks.withType<KotlinCompile>() section
- should be 17 as per the sample code.
πŸ‘€ 1
a
Thanks! We'll get it fixed.