Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 598 Bytes

File metadata and controls

40 lines (31 loc) · 598 Bytes

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