You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS JS SDK supports TCP connection reuse via the AWS_NODEJS_CONNECTION_REUSE_ENABLED environment variable. We could include this env var in the example Lambda function, or at the provider level so it applies to all functions.
It would be good to understand any possible downsides to this approach.
The text was updated successfully, but these errors were encountered:
The AWS JS SDK supports TCP connection reuse via the
AWS_NODEJS_CONNECTION_REUSE_ENABLED
environment variable. We could include this env var in the example Lambda function, or at the provider level so it applies to all functions.It would be good to understand any possible downsides to this approach.
The text was updated successfully, but these errors were encountered: