epsagon / lambda-cost-calculator

Forecast Lambda functions costs 💰
https://epsagon.com/blog/how-much-does-aws-lambda-cost/
MIT License
105 stars 13 forks source link

Incorrect parameter names for key id / secret #2

Closed gvasquez95 closed 4 years ago

gvasquez95 commented 4 years ago

Readme shows:

python lambda_cost_calculator.py --token_key_id <access_key_id> --token_secret <secret_access_key>

But actually the CLI help shows that both parameters should be with hyphens instead of underscores, ie:

python lambda_cost_calculator.py --token-key-id <access_key_id> --token-secret <secret_access_key>