aws-lambda-power-tuning-ui
aws-lambda-power-tuning-ui copied to clipboard
Improve cost readability
Numbers related to cost are always in the order of 0.00000X
and this makes comparing numbers much harder than it should be.
For example, the cost axis would plot values such as $0.000001, $0.000002, $0.000003, $0.000004, etc.
Maybe we could update the UI to always show the cost for 1M invocations? ($1, $2, $3, $4, etc.)
Ideally, this is also configurable - or maybe you can enable/disable it with a checkbox.
@uglow what you think of enabling the per-1M-invocations view with a simple checkbox?
That’s ok. Would a dropdown list also work?
I guess that would work too.
In the past, a few users have also shared that they'd like to easily see how much their system would cost per month, based on the total # of invocations. Eventually, this feature could evolve into a text box where you provide the # of monthly invocations, so you can see the total $$ directly on the chart.