Skip to content

Latest commit

 

History

History

cost-analyzer-comparison-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

faast.js Cost Analyzer example comparing AWS Lambda costs

The cost analyzer summarizes the cost of running a particular workload against multiple configurations. In this example, we generate 100,000 random numbers in each workload. For each memory size, the workload is executed 10 times. Then the workload is executed on AWS Lambda with memory sizes that include 128MB, 256MB, 512MB, 1024MB, 2048MB. In addition, AWS is tested with 1728MB. The results are printed in real time to the console and also output in CSV format to the file "cost.csv".

Prerequisites

  • Node 8+.

  • AWS account and IAM user. See faast.js documentation for account setup instructions.

Installing dependencies

$ npm install

Building

$ npm run build

Running

$ node dist/index.js

Expected output