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;