turbot/aws_thrifty
Loading controls...

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 dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-aws-thrifty

Start the Powerpipe server:

steampipe service start
powerpipe 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

Tags