id | title | hide_title |
---|---|---|
faastjs.awsclientfactory.createlambdaforinvocations |
AwsClientFactory.createLambdaForInvocations property |
true |
faastjs > AwsClientFactory > createLambdaForInvocations
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;