John L.
John L.
@andidev - I think this's what you're looking for. https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html#nodejs-sdk-included ```js const { version } = require("@aws-sdk/client-s3/package.json"); exports.handler = async () => ({ version }); ``` >The example code shown...
Hi @g-popovic - thanks for reaching out. I recalled looking into the other issue mentioned, and interesting part is that this's only reproducible with Android? Do you mind adding this...
@g-popovic - apologies for the delay. I don't see anything unusual from SDK request that you shared and it should be working as expected. I'm also looking into React Native...
Hello again @jedwards1211 - appreciate you for your patience. I'm doing internal investigation as far as which SDK languages support this "region fetching from IMDS" and will report back!
Hi @ap-h - thanks for reaching out. This sounds like it's more of SAML related issue rather than AWS SDK. I'm able to run the SDK code that you shared...
Hi there, sorry this fell off my radar. I wasn't able to find anything in SDK codebase that may be the root cause and as previously mentioned, this could be...
Hi @fs24-chrter - thanks for reaching out and sorry to hear you're running into an error. Before I attempt to reproduce it, can you share repro steps specific to SDK...
Hi @huangyongfa - apologies for delay. I wasn't able to reproduce with version `@aws-sdk/[email protected]`. Have you tried the workaround suggested in [the issue](https://github.com/aws/aws-sdk-js-v3/issues/5334#issuecomment-1755965813) you mentioned? >To resolve this issue, explicitly...
HI @Bilboramix - thank you for reaching out and sorry to hear you're seeing the error. It looks like you're following documentation from different client [@aws-sdk/client-location](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-location). Here's [KMS docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/kms/command/CreateKeyCommand/) you...
No worries, happy to help. As I mentioned, we'll use this feedback to improve our docs to be more user-friendly to first-time users like you. >Still, i can see that...