aws-sdk-js-v3
aws-sdk-js-v3 copied to clipboard
Modularized AWS SDK for JavaScript.
## Describe the bug A clear and concise description of what the bug is. https://deno.land/x/[email protected]/lib-storage/chunker.ts#L1 This is currently ```ts import { Buffer } from "https://deno.land/[email protected]/node/buffer.ts"; import { Readable } from...
## Describe the bug A clear and concise description of what the bug is. on the branch "deno" there are these two imports https://github.com/christophgysin/aws-sdk-js-v3/blob/v3.32.0-1/packages/node-http-handler/src/node-http-handler.ts#L4-L5 but are missing from the deno...
## Describe the bug Long story short, it seems something is preventing Deno from getting CredentialProvider automatically (or via fromContainerMetadata manually) when it's running in a Fargate task with specified...
## Describe the bug I'm trying to create an instance of the S3Client with a DigitalOcean endpoint, when I run the code with `-A` and `--unstable` I get 8 errors...
## Describe the bug When using S3 client, any response that doesn't have a body gives this error: `Cannot read properties of null (reading 'getReader')` Call stack: ``` TypeError: Cannot...
## Describe the bug Upstream introduced a dependency to aws-crt, which currently blocks updating past 3.33.0.
## Describe the bug I was trying to use this module in an AWS Lambda handler running Deno. Importing the AWS DynamoDB Client using `import * as dynamodb from "https://deno.land/x/aws_sdk/client-dynamodb/mod.ts";`...
I tried to import_map `"aws-ses-client" : "https://deno.land/x/[email protected]/client-ses?source",` and then in my edge function `import { SendEmailCommand, SESClient } from "aws-ses-client";` but I am getting this error: `Error: Module not found...
Hi, This is not a feature request, but it wasn't a bug either. In case anyone has some insights, it would be greatly appreciated. I just noticed that using an...
## Describe the bug Hi, when using deno bundle on a script that uses this package I get a range of errors when running the bundled files. ## Your environment...