An open API service indexing awesome lists of open source software.

https://github.com/rxnew/lambda-clean

AWS Lambda function version cleaner.
https://github.com/rxnew/lambda-clean

aws aws-lambda

Last synced: 3 months ago
JSON representation

AWS Lambda function version cleaner.

Awesome Lists containing this project

README

          

# lambda-clean

![release](https://github.com/rxnew/lambda-clean/actions/workflows/release.yml/badge.svg?branch=release)

AWS Lambda function version cleaner.

## Installation

### Linux and Mac

```shell
curl -L https://github.com/rxnew/lambda-clean/releases/latest/download/lambda-clean-$(uname -s)-$(uname -m).tar.gz | tar -zx
```

## Quick Start

```shell
env AWS_PROFILE=xxx lambda-clean -r us-east-1 'my-function-*'
```

Targets all functions belonging to a specific CloudFormation stack:

```shell
env AWS_PROFILE=xxx lambda-clean -s my-stack -r us-east-1 '*'
```