faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > CostAnalyzer > Estimate

CostAnalyzer.Estimate interface

A cost estimate result for a specific cost analyzer configuration.

Signature:

interface Estimate<A extends string> 

Properties

Property

Modifiers

Type

Description

config

Configuration

The worload configuration that was analyzed. See CostAnalyzer.Configuration.

costSnapshot

CostSnapshot

The cost snapshot for the cost analysis of the specific (workload, configuration) combination. See CostSnapshot.

extraMetrics

WorkloadAttribute<A>

Additional workload metrics returned from the work function. See CostAnalyzer.WorkloadAttribute.

  • CostAnalyzer.Estimate interface
  • Properties
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflow
More
BlogUser Showcase
Copyright © 2025 Andy Chou