faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

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;
  • AwsClientFactory.createLambdaForInvocations property
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflow
More
BlogUser Showcase
Copyright © 2025 Andy Chou