faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > AwsOptions

AwsOptions interface

AWS-specific options for faastAws().

Signature:

export interface AwsOptions extends CommonOptions 

Extends: CommonOptions

Properties

PropertyTypeDescription
awsConfig?ConfigurationOptions(Optional) Additional options to pass to all AWS services. See AWS.Config.
awsLambdaOptions?Partial<Lambda.CreateFunctionRequest>(Optional) Additional options to pass to AWS Lambda creation. See CreateFunction.
region?AwsRegion(Optional) The region to create resources in. Garbage collection is also limited to this region. Default: "us-west-2".
RoleName?string(Optional) The role that the lambda function will assume when executing user code. Default: "faast-cached-lambda-role". Rarely used.
  • AwsOptions interface
  • Properties
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2021 Andy Chou