// multi-utility computation suite · offline · instant · precise
┌──────────────────────────┐
│ [c] calcalyst_ │
│ computation suite │
└──────────────────────────┘
// select a module to initialize
/ search↵ open firstesc close
// adsenseEMPTY_LEADER_SLOT728×90
// adsenseMOBILE_ANCHOR_SLOT320×50
// keyboard_shortcuts
/focus search
↑↓navigate module list
Enter
open first result from search
open highlighted
compute when module is open
compute when focused in a field
Escclose module · clear selection
⌫
dev.perf-lambda-cost Calculator
Calculates AWS Lambda cost from invocation count, memory allocation, average duration, and free tier usage in a application performance engineering context. Lambda pricing has two components: invocations ($0.20 per million) and compute ($0.0000166667 per GB-second) — right-sizing memory can reduce cost because compute is billed per GB-second.
Inputs
Invoc
Reference formula or conversion factor shown for context.
Mem
Reference formula or conversion factor shown for context.
Dur
Length of time the process lasts. Ensure units are consistent with rate inputs.
Results
compute cost
The total monetary cost computed for the given inputs.
request cost
The total monetary cost computed for the given inputs.
total
The combined total across all inputs and components.