faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > CostAnalyzer > Configuration

CostAnalyzer.Configuration type

An input to CostAnalyzer.analyze(), specifying one configuration of faast.js to run against a workload. See AwsOptions.

Signature:

type Configuration = {
        provider: "aws";
        options: AwsOptions;
    };

References: AwsOptions

  • CostAnalyzer.Configuration type
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflow
More
BlogUser Showcase
Copyright © 2025 Andy Chou