AWS_NODEJS_CONNECTION_REUSE_ENABLED doesn't exist in V3 #5883
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation.
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
v2-v3-inconsistency
Behavior has changed from v2 to v3, or feature is missing altogether
Describe the issue
I'm researching an issue with the AWS_NODEJS_CONNECTION_REUSE_ENABLED env variable mentioned here. It appears to exist in V2 of the JavaScript SDK, but doesn't exist in the V3 sdk. When I grep my node_modules for that string, it doesn't exist when I use V3 clients (but does appear in the cdk).
The only way of turning connection reuse off is to set the
keepAlive: false
in the Agent in V3. Can you confirm that AWS_NODEJS_CONNECTION_REUSE_ENABLED doesn't actually do anything in V3 and remove it from the documentation if so?Links
Node Reusing Connections
The text was updated successfully, but these errors were encountered: