faastjs.awsclientfactory.createlambdaforinvocations.md

April 11, 2023 ยท View on GitHub

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;