CostAnalyzer namespace
Analyze the cost of a workload across many provider configurations.
Signature:
export declare namespace CostAnalyzer
Classes
Class |
Description |
---|---|
Cost analyzer results for each workload and configuration. |
Functions
Function |
Description |
---|---|
Estimate the cost of a workload using multiple configurations and providers. |
Interfaces
Interface |
Description |
---|---|
A cost estimate result for a specific cost analyzer configuration. | |
A user-defined cost analyzer workload for CostAnalyzer.analyze(). Example: |
Variables
Variable |
Description |
---|---|
Default AWS cost analyzer configurations include all memory sizes for AWS Lambda. |
Type Aliases
Type Alias |
Description |
---|---|
An input to CostAnalyzer.analyze(), specifying one configuration of faast.js to run against a workload. See AwsOptions. | |
User-defined custom metrics for a workload. These are automatically summarized in the output; see CostAnalyzer.Workload. |