All Projects → epsagon → Lambda Cost Calculator

epsagon / Lambda Cost Calculator

Licence: mit
Forecast Lambda functions costs 💰

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lambda Cost Calculator

List Lambdas
Enumerate Lambda functions across all regions with useful metadata 💡💵⚙
Stars: ✭ 156 (+71.43%)
Mutual labels:  serverless, aws-lambda, serverless-functions, devops, devops-tools
Azure
Azure-related repository
Stars: ✭ 78 (-14.29%)
Mutual labels:  serverless, devops, devops-tools
Iopipe Js Core
Observe and develop serverless apps with confidence on AWS Lambda with Tracing, Metrics, Profiling, Monitoring, and more.
Stars: ✭ 123 (+35.16%)
Mutual labels:  serverless, aws-lambda, devops
Retinal
🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
Stars: ✭ 208 (+128.57%)
Mutual labels:  serverless, aws-lambda, serverless-functions
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.
Stars: ✭ 3,040 (+3240.66%)
Mutual labels:  serverless, aws-lambda, cost
Serverless Plugin Optimize
Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript
Stars: ✭ 122 (+34.07%)
Mutual labels:  serverless, aws-lambda, serverless-functions
Awesome Layers
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
Stars: ✭ 1,655 (+1718.68%)
Mutual labels:  serverless, aws-lambda, serverless-functions
Aws Node Elasticache Vpc
Serverless function using elasticache (redis) within VPC
Stars: ✭ 22 (-75.82%)
Mutual labels:  serverless, aws-lambda, serverless-functions
Aegis
Serverless Golang deploy tool and framework for AWS Lambda
Stars: ✭ 277 (+204.4%)
Mutual labels:  serverless, aws-lambda, devops
Aws To Slack
Forward AWS CloudWatch Alarms and other notifications from Amazon SNS to Slack.
Stars: ✭ 261 (+186.81%)
Mutual labels:  serverless, aws-lambda, devops
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+2784.62%)
Mutual labels:  serverless, aws-lambda, serverless-functions
Serverless Plugin Select
Select which functions are to be deployed based on region and stage.
Stars: ✭ 25 (-72.53%)
Mutual labels:  serverless, aws-lambda, serverless-functions
Epsagon Go
Automated tracing library for Go 1.x ⚡️
Stars: ✭ 24 (-73.63%)
Mutual labels:  serverless, aws-lambda, serverless-functions
Aws Power Tuner Ui
AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Stars: ✭ 52 (-42.86%)
Mutual labels:  serverless, aws-lambda, cost
Terraboard
🌍 📋 A web dashboard to inspect Terraform States
Stars: ✭ 1,192 (+1209.89%)
Mutual labels:  devops, devops-tools
Cintodeutilidadesdocker
My Docker templates repository 🐳 ☁️ 🐳
Stars: ✭ 74 (-18.68%)
Mutual labels:  devops, devops-tools
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+1317.58%)
Mutual labels:  serverless, aws-lambda
Serverless Plugin Git Variables
⚡️ Expose git variables to serverless
Stars: ✭ 75 (-17.58%)
Mutual labels:  serverless, aws-lambda
Openwhisk Cli
Apache OpenWhisk Command Line Interface (CLI)
Stars: ✭ 73 (-19.78%)
Mutual labels:  serverless, serverless-functions
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-17.58%)
Mutual labels:  serverless, aws-lambda

Lambda Functions Cost Calculator

.. image:: https://github.com/epsagon/lambda-cost-calculator/blob/master/lambda-cost-calculator.png :align: center

(Based on photo <https://commons.wikimedia.org/wiki/File:AWS_Lambda_logo.svg>_ by Valve Software / CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/deed.en>_)

Motivation

  • Understand the usage (invocations and avg. duration) of Lambda functions.
  • Understand and estimate the cost of Lambda functions (projected monthly based on last day).

Setup

.. code-block:: bash

git clone https://github.com/epsagon/lambda-cost-calculator
cd lambda-cost-calculator/
pip install -r requirements.txt
python lambda_cost_calculator.py

Example Outputs

CLI:

.. image:: https://github.com/epsagon/lambda-cost-calculator/blob/master/examples/cli.png

CSV file:

.. image:: https://github.com/epsagon/lambda-cost-calculator/blob/master/examples/csv.png

Usage

Output data to CSV (It will include more relevant data!):

.. code-block:: bash

python lambda_cost_calculator.py --csv lambda_cost.csv

Provide credentials:

.. code-block:: bash

python lambda_cost_calculator.py --token-key-id <access_key_id> --token-secret <secret_access_key>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].