-
Notifications
You must be signed in to change notification settings - Fork 624
Closed
Labels
closed-for-stalenessdocumentationThis is a problem with documentation.This is a problem with documentation.p2This is a standard priority issueThis is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Description
Describe the issue
Most examples include the config parameter for client creation, but the variable is not defined. As a result, the sample code will not run without modification. It would be great to see the config parameter defined or the parameters included.
const config = new LambdaClient({
region: 'us-east-2'
});
or
const client = new LambdaClient({region: 'us-east-2'});
Links
Metadata
Metadata
Assignees
Labels
closed-for-stalenessdocumentationThis is a problem with documentation.This is a problem with documentation.p2This is a standard priority issueThis is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.