dynamodump

Simple backup and restore for Amazon DynamoDB using AWS SDK for Python (boto3)

MIT License

Downloads
2.8K
Stars
862
Committers
32

Bot releases are hidden (Show)

dynamodump - v1.3.0

Published by bchew about 3 years ago

πŸš€ Improvements (https://github.com/bchew/dynamodump/pull/71)

dynamodump - v1.2.0

Published by bchew about 3 years ago

⚠️ BREAKING CHANGES

πŸš€ Improvements

πŸ”§ Maintenance (https://github.com/bchew/dynamodump/pull/70)

  • Upgrade Dockerfile to use alpine3.14 base
  • Freeze versions used in requirements.txt and added a separate requirements-dev.txt for dev dependencies
  • Introduce black for code formatting and adjusted flake8 rules to suit, reformatted all code using black
  • Introduce pre-commit hooks for linting using black and flake8
dynamodump - v1.1.5

Published by bchew almost 4 years ago

  • Skip throughput update on restore
  • Migrate CI from Travis CI to GitHub actions
  • Update Dockerfile to use Python 3
dynamodump - v1.1.4

Published by bchew over 6 years ago

  1. Added Prefix to the s3.list_objects_v2 request to speed up the search.
  2. Fixed a bug related to filename mapping during restore; should use args.dumpPath instead ofdump.

Thanks @kyhau

dynamodump - v1.1.3

Published by bchew over 6 years ago

  • Python 2/3 support
dynamodump - v1.1.2

Published by bchew over 6 years ago

CI fixes

  • Add BOTO_CONFIG env to fix travis-ci https://github.com/bchew/dynamodump/pull/45, thanks @loomchild @MattSurabian
  • Switch dynalite to AWS DynamoDB Local for stability and support
  • Remove nodejs requirement
  • Fix tests to work with DynamoDB Local
  • Update readme
dynamodump - v1.1.1

Published by bchew over 7 years ago

dynamodump - v1.1.0

Published by bchew over 7 years ago