-
Notifications
You must be signed in to change notification settings - Fork 637
Closed as not planned
Labels
documentationThis is a problem with documentation.This is a problem with documentation.p3This is a minor priority issueThis is a minor priority issuequeuedThis issues is on the AWS team's backlogThis issues is on the AWS team's backlog
Description
Describe the issue
The API reference for LambdaClient (and the Javascript SDK in general) should make it clear that the default behavior is for a new TCP connection to be created for every new request.
This can lead to issues with high traffic Lambda functions where usage of file descriptors will continue to grow until it hits the cap and then crash. This is documented in the developer guide but is easily missed by someone just using the API reference.
Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.p3This is a minor priority issueThis is a minor priority issuequeuedThis issues is on the AWS team's backlogThis issues is on the AWS team's backlog