Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 771 Bytes

faastjs.awsclientfactory.createlambdaforinvocations.md

File metadata and controls

20 lines (14 loc) · 771 Bytes
id title hide_title
faastjs.awsclientfactory.createlambdaforinvocations
AwsClientFactory.createLambdaForInvocations property
true

faastjs > AwsClientFactory > createLambdaForInvocations

AwsClientFactory.createLambdaForInvocations property

A special AWS Lambda factory for creating lambda functions that are used for faast.js invocations. These special clients have the following options set by default in faast.js:

// Retries are handled by faast.js, not the sdk. maxAttempts: 0,

Signature:

createLambdaForInvocations?: () => Lambda;