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.
- Host: GitHub
- URL: https://github.com/rxnew/lambda-clean
- Owner: rxnew
- License: mit
- Created: 2022-03-28T12:28:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-26T06:08:30.000Z (7 months ago)
- Last Synced: 2025-12-27T18:28:26.799Z (7 months ago)
- Topics: aws, aws-lambda
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-clean

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 '*'
```