https://kotlinlang.org logo
Join Slack
Powered by
# aws-sdk
  • i

    Ian Botsford

    06/20/2024, 4:15 PM
    set the channel description: Channel for discussion of AWS SDK and Smithy for Kotlin
  • t

    Todd

    06/22/2024, 6:46 PM
    Hey, by any chance does anyone have a implementation of ByteStream.ChannelStream() that works for input stream? I tried to switch from the java sdk to kotlin sdk for s3 recently and hit a wall. With the java sdk, I pass an input stream to a putObject or uploadPart request, but there doesn't seem to be an equivalent right now in the kotlin sdk. I saw an issue, that converts from ByteStream to InputStream, but not the other way. Happy to file an issue for it if it's not on the roadmap already, but curious if anyone has a good implementation in the meantime.
    i
    • 2
    • 4
  • k

    Kashismails

    07/15/2024, 10:58 PM
    I am trying to invoke this function through aws lambda, how should i write a handler for this since there is no class involved
    i
    • 2
    • 31
  • k

    Kashismails

    07/23/2024, 9:43 AM
    @Ian Botsford i have set graalvm for kotlin sdk and native image is working fine. However, native image needs the main class to have main fucntion with signature
    fun main(args: String[])
    because of javas static main method. Is there a way i can you my custom handler? any idea if anyone has
    i
    • 2
    • 10
  • s

    Slackbot

    07/29/2024, 5:02 PM
    This message was deleted.
    m
    b
    b
    • 4
    • 21
  • b

    bk9735732777

    07/30/2024, 4:39 AM
    Btw anyone has any idea i want to know the billing information of my EC2 instances any idea how i can get these from
    i
    • 2
    • 5
  • i

    Ian Botsford

    10/30/2024, 10:12 PM
    📣 For all the DynamoDB enthusiasts out there, the Developer Preview of DynamoDB Mapper for Kotlin is now available! Check it out and let us know what you think in this channel or on GitHub. 😁
    K 2
    kodee happy 2
    🦜 1
  • h

    Hong Phuc

    02/13/2025, 11:14 AM
    Hi all, when starting a new project with kotlin, should I go for the aws-sdk for java or aws-sdk for kotlin. In my perception the sdk for java might be more stable due to having to support a larger user base, but do correct me if I'm wrong. Thanks in advance
    m
    i
    • 3
    • 4
  • h

    Hong Phuc

    02/18/2025, 7:21 AM
    Hi all, my files are not fully being uploaded to digitalocean's spaces (s3 compatible).The image is accessible but not being fully rendered due to data lost, I didn't see any exception during the upload process while using the aws sdk for kotlin. Where can I start looking to see what caused the problem? Thanks in advance
    m
    • 2
    • 15
  • m

    Matthew

    03/08/2025, 7:57 PM
    Hi, I'm trying to use S3 Client to send files to S3 with aws-sdk-kotlin but idk what happen with Okhttp. Throws a error about Okhttp NotSuchMethod with something of reflection, Someone have ever solved this issue?
    i
    • 2
    • 7
  • t

    Thomas

    03/12/2025, 10:43 AM
    Have anyone tried creating an Android/iOS multiplatform module for AWS SDKs? 🤔 A few observations: 1. While AWS do provide a Kotlin multiplatform SDK, it supports only Android/JVM targets. So this leaves us with no choice but to implement the iOS target's handling manually. 2. On the iOS side, there is an AWS Swift SDK, but no Objective-C SDK; Kotlin multiplatform supports Kotlin/Obj-C interop, but there is no direct Kotlin/Swift interop. It seems difficult to go ahead with this, thoughts?
    m
    • 2
    • 1
  • m

    Matthew

    03/20/2025, 2:32 PM
    Hi, again, have anyone used assume role with kotlin sdk?
    m
    • 2
    • 5
  • h

    Hong Phuc

    05/07/2025, 3:08 PM
    Hi all, is the s3Client of aws-sdk-kotlin thread-safe? Thank in advance
    i
    • 2
    • 5