turbot/aws_thrifty

Dashboard: 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 dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe benchmark run aws_thrifty.benchmark.lambda --share

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.lambda

Tags