Skip to content

Commit aad37b8

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feature/table-prefix-by-case-no-separator
# Conflicts: # dynamodump.py
2 parents f3ef8a5 + f97053c commit aad37b8

File tree

3 files changed

+495
-422
lines changed

3 files changed

+495
-422
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install:
5+
- pip install -r requirements.txt
6+
- pip install flake8
7+
script:
8+
- flake8 --ignore=E501 .
9+
10+
matrix:
11+
fast_finish: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
dynamodump
22
==========
33

4+
[![Buildstatus](https://travis-ci.org/bchew/dynamodump.svg)](https://travis-ci.org/bchew/dynamodump)
5+
46
Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
57

68
Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores/empty.

0 commit comments

Comments
 (0)