Benchmark: Lambda Checks
Thrifty Lambda Benchmark
Timeout is the amount of time that Lambda allows a function to run before stopping it. Excessive timeouts result in retries and additional execution time for the function, incurring request charges and billed duration.
Lambda charges based on number of requests for your function. Function errors may result in retries that incur extra charges.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-thrifty
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Lambda Checks.
Run this benchmark in your terminal:
powerpipe benchmark run aws_thrifty.benchmark.lambda
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_thrifty.benchmark.lambda --share
Controls
- Are there any lambda functions with excessive timeout?
- Are there any lambda functions with high error rate?
- Are there any lambda functions without graviton processor?