TechHoldingLLC / memda

Lambda Memory Check

Home Page:https://labs.techholding.co/memda/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEMDA

AWS Lambda Memory Check what lambda run out of memory

You can either scan all your lambdas or provide a function name to check if you ran out of memory. Memda relies on a ~/.aws/credentials and / or ~/.aws/config

Installation

brew install TechHoldingLLC/tap/memda

or

brew tap TechHoldingLLC/tap
brew install memda

Usage

Usage:

memda --region us-east-1 --all

Using a profile

memda --region us-east-1 --profile prod --all

For a specific lambda

memda --region us-east-1 --lambda my-function-name

And always:

memda -h

About

Lambda Memory Check

https://labs.techholding.co/memda/

License:Mozilla Public License 2.0


Languages

Language:Go 89.1%Language:Makefile 10.9%