faastjs.costanalyzer.configuration.md

May 15, 2023 ยท View on GitHub

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