All Projects → epsagon → List Lambdas

epsagon / List Lambdas

Licence: mit
Enumerate Lambda functions across all regions with useful metadata 💡💵⚙

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to List Lambdas

Lambda Cost Calculator
Forecast Lambda functions costs 💰
Stars: ✭ 91 (-41.67%)
Mutual labels:  serverless, aws-lambda, serverless-functions, devops, devops-tools
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+1582.69%)
Mutual labels:  serverless, aws-lambda, lambda, serverless-functions
Aws Node Elasticache Vpc
Serverless function using elasticache (redis) within VPC
Stars: ✭ 22 (-85.9%)
Mutual labels:  serverless, aws-lambda, lambda, serverless-functions
Epsagon Go
Automated tracing library for Go 1.x ⚡️
Stars: ✭ 24 (-84.62%)
Mutual labels:  serverless, aws-lambda, lambda, serverless-functions
Aegis
Serverless Golang deploy tool and framework for AWS Lambda
Stars: ✭ 277 (+77.56%)
Mutual labels:  serverless, aws-lambda, lambda, devops
Iopipe Js Core
Observe and develop serverless apps with confidence on AWS Lambda with Tracing, Metrics, Profiling, Monitoring, and more.
Stars: ✭ 123 (-21.15%)
Mutual labels:  serverless, aws-lambda, lambda, devops
Lambcycle
🐑🛵 A declarative lambda middleware with life cycle hooks 🐑🛵
Stars: ✭ 88 (-43.59%)
Mutual labels:  serverless, aws-lambda, lambda
Lambstatus
[Maintenance mode] Serverless Status Page System
Stars: ✭ 1,323 (+748.08%)
Mutual labels:  serverless, aws-lambda, lambda
Portkey
Live-coding the Cloud
Stars: ✭ 139 (-10.9%)
Mutual labels:  serverless, aws-lambda, lambda
Spark On Lambda
Apache Spark on AWS Lambda
Stars: ✭ 137 (-12.18%)
Mutual labels:  serverless, aws-lambda, lambda
Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (+674.36%)
Mutual labels:  serverless, aws-lambda, lambda
Awstaghelper
AWS bulk tagging tool
Stars: ✭ 98 (-37.18%)
Mutual labels:  lambda, devops, devops-tools
Serverless Sam
Serverless framework plugin to export AWS SAM templates for a service
Stars: ✭ 143 (-8.33%)
Mutual labels:  serverless, aws-lambda, lambda
Flogo
Project Flogo is an open source ecosystem of opinionated event-driven capabilities to simplify building efficient & modern serverless functions, microservices & edge apps.
Stars: ✭ 1,891 (+1112.18%)
Mutual labels:  serverless, aws-lambda, lambda
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 (+726.92%)
Mutual labels:  serverless, aws-lambda, lambda
Azure
Azure-related repository
Stars: ✭ 78 (-50%)
Mutual labels:  serverless, devops, devops-tools
Serverless Sharp
Serverless image optimizer for S3, Lambda, and Cloudfront
Stars: ✭ 102 (-34.62%)
Mutual labels:  serverless, aws-lambda, lambda
Serverless Layers
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Stars: ✭ 119 (-23.72%)
Mutual labels:  serverless, aws-lambda, lambda
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-26.28%)
Mutual labels:  serverless, aws-lambda, lambda
Serverless Plugin Optimize
Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript
Stars: ✭ 122 (-21.79%)
Mutual labels:  serverless, aws-lambda, serverless-functions

List Lambdas functions

.. image:: https://github.com/epsagon/list-lambdas/blob/master/list-lambdas.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

Setup

.. code-block:: bash

git clone https://github.com/epsagon/list-lambdas
cd list-lambdas/
pip install -r requirements.txt
python list_lambdas.py

Docker

.. code-block:: bash

git clone https://github.com/epsagon/list-lambdas
cd list-lambdas/
docker build -t list_lambdas:latest .
docker run --rm -v $HOME/.aws:/root/.aws -t list_lambdas:latest --profile myprofile

Example Outputs

CLI:

.. image:: https://github.com/epsagon/list-lambdas/blob/master/examples/cli.png

CSV file:

.. image:: https://github.com/epsagon/list-lambdas/blob/master/examples/csv.png

Usage

Filter only Lambda functions that have not been active in the last 10 days:

.. code-block:: bash

python list_lambdas.py --inactive-days-filter 10

Print extended information to the screen (same as in the CSV file):

.. code-block:: bash

python list_lambdas.py --all

Sort by a chosen column (e.g. by last invocation time):

.. code-block:: bash

python list_lambdas.py --sort-by last-invocation

Output table (with extra data) to a CSV file:

.. code-block:: bash

python list_lambdas.py --csv lambdas.csv

Provide credentials:

.. code-block:: bash

python list_lambdas.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].