Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youjinp/chameleon
https://github.com/youjinp/chameleon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/youjinp/chameleon
- Owner: youjinp
- Created: 2020-08-17T01:33:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T18:08:09.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:34:07.329Z (6 months ago)
- Language: Go
- Size: 6.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chameleon
[![Latest release](https://img.shields.io/github/release/youjinp/chameleon.svg)](https://github.com/youjinp/chameleon/releases)
A CLI tool that helps with copying DynamoDB data.
## Installation
### Homebrew
```bash
brew install youjinp/brew/chameleon
```## Usage
### Download dynamodb table to a file
```bash
export AWS_ACCESS_KEY_ID='id'
export AWS_SECRET_ACCESS_KEY='key'
export AWS_SESSION_TOKEN='token'
export AWS_DEFAULT_REGION='us-east-1'chameleon copy -t -o
```### Write data into dynamodb from the created file
```bash
export AWS_ACCESS_KEY_ID='id'
export AWS_SECRET_ACCESS_KEY='key'
export AWS_SESSION_TOKEN='token'
export AWS_DEFAULT_REGION='us-east-1'chameleon paste -t -f
```