alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Apache License 2.0
5.4k stars 372 forks source link

Update template.yml #218

Closed TAM-Alex closed 11 months ago

TAM-Alex commented 11 months ago

Updated by binxiao@

Line 88 added Lambda cost for cn-north-1 (Beijing region) and cn-northwest-1 (Ningxia region)

Price reference link: https://www.amazonaws.cn/en/lambda/pricing/ Price per 1ms (¥) (Beijing) = 0.0000000142 CNY = 1.9e-9 USD

Line 89 added StepFunction cost for state transition for cn-north-1 (Beijing region) and cn-northwest-1 (Ningxia region)

Price reference link: https://www.amazonaws.cn/en/step-functions/pricing/

¥0.0001891 per state transition  = $ 0.000026

alexcasalboni commented 11 months ago

Thank you, @TAM-Alex 🙏 🎉