https://github.com/ma91n/localstack-dynamodb-clean-up
Go CLI tool to clean up for dynamodb on localstack
https://github.com/ma91n/localstack-dynamodb-clean-up
Last synced: 3 months ago
JSON representation
Go CLI tool to clean up for dynamodb on localstack
- Host: GitHub
- URL: https://github.com/ma91n/localstack-dynamodb-clean-up
- Owner: ma91n
- License: apache-2.0
- Created: 2020-09-27T03:22:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T03:53:26.000Z (over 4 years ago)
- Last Synced: 2023-04-03T21:56:10.892Z (about 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# localstack-dynamodb-clean-up
Go CLI tool to clean up for dynamodb on localstack.## Abstract
Delete All Item of DynamoDB-Local on LocalStack that using 4566 port.
This tool operates bellow flow.1. Describe table and get key schema.
2. Scan all items.
3. Batch write items(using dynamodb delete request)## Installation
Build from source.
```
go get -u github.com/laqiiz/localstack-dynamodb-clean-up/cmd/localstackdynamodbcleanup
```## Usage
```
./localstackdynamodbcleanup
```## Excample
```
./localstackdynamodbcleanup local_table1 local_table2
```