George Fu
George Fu
NodeJS SDK lambda client does not throw when reaching socketTimeout or Agent.timeout / NAT timeout
### Describe the bug Discovered while testing https://github.com/aws/aws-sdk-js-v3/issues/3624 ``` const { NodeHttpHandler } = require("@aws-sdk/node-http-handler"); const { Agent } = require("http"); const agent = new Agent({ keepAlive: true, timeout: 400...
Do not add content length 0 header to GET, DELETE, TRACE, OPTIONS, and HEAD requests. - [x] add/fix unit tests ##### Checklist - [x] `npm run test` passes - n/a...
### Issue JS-3375 ### Description taking over https://github.com/aws/aws-sdk-js-v3/pull/3795 requires: https://github.com/awslabs/smithy-typescript/pull/593
### Describe the bug When making very long duration requests, such as a lambda invoke that takes over 5 minutes to complete, the SDK may eventually timeout even if the...
### Issue https://github.com/aws/aws-sdk-js-v3/issues/3392 ### Description Throw error at runtime for unavailable browser credential providers
### Describe the feature Due to our [org maintenance policy](https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html) a major version bump is not currently considered a possibility for the JSv3 SDK. > Increasing the major version of...
### Self-service - [ ] I'd be willing to implement this feature ### Input code ```ts import("aws-sdk") .then((module) => { return module.S3; }) .then(() => { const AWS = require("aws-sdk");...
### Issue https://github.com/smithy-lang/smithy-typescript/pull/1280 ### Description Add Smithy RPCv2 CBOR to list of protocols. 🚧🚧🚧🚧🚧🚧
### Issue https://github.com/smithy-lang/smithy-typescript/pull/1221 ### Description Prototyping serde alternative that accepts a Smithy json model at runtime. Goals: - performance and code size parity or improvement vs. current code gen serde...
### Issue similar to https://github.com/smithy-lang/smithy-typescript/pull/1214 ### Description Creates an exporter for external packages that can conditionally bundle them for Node.js while retaining no-op alias behavior for browser bundlers. ### Testing...