We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ef8a5 + f97053c commit aad37b8Copy full SHA for aad37b8
.travis.yml
@@ -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
@@ -1,6 +1,8 @@
dynamodump
==========
+[](https://travis-ci.org/bchew/dynamodump)
Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.
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