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