spcl/serverless-benchmarks

Cost estimations

Open

#285 opened on Feb 19, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (99 forks)auto 404
awsazuregcpgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, our perf-cost experiment does not attempt to provide any cost estimations. We should provide this functionality, hardcode cloud costs per supported regions (or query them, if there's an API for it):

  • Function duration and memory costs
  • Function invocation costs
  • State transitions for workflows
  • Estimate storage accesses

Contributor guide