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.10.0 Latest Release

Published by bchew 6 months ago

πŸš€ New features and improvements

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.9.1...v1.10.0

dynamodump - v1.9.1

Published by bchew 9 months ago

πŸ”§ Maintenance

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.9.0...v1.9.1

dynamodump - v1.9.0

Published by bchew over 1 year ago

πŸš€ New features and improvements

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.8.0...v1.9.0

dynamodump - v1.8.0

Published by bchew over 1 year ago

πŸ› Bug fixes

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.7.0...v1.8.0

dynamodump - v1.7.0

Published by bchew almost 2 years ago

πŸš€ New features and improvements

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.6.1...v1.7.0

dynamodump - v1.6.1

Published by bchew about 2 years ago

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.6.0...v1.6.1

dynamodump - v1.6.0

Published by bchew over 2 years ago

πŸš€ New features and improvements

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.5.1...v1.6.0

dynamodump - v1.5.1

Published by bchew over 2 years ago

πŸ”§ Maintenance

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.5.0...v1.5.1

dynamodump - v1.5.0

Published by bchew almost 3 years ago

πŸš€ New features and improvements

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.4.7...v1.5.0

dynamodump - v1.4.7

Published by bchew almost 3 years ago

πŸ› Bug fixes

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.4.6...v1.4.7

dynamodump - v1.4.6

Published by bchew almost 3 years ago

πŸ› Bug fixes

πŸ”§ Maintenance

Full Changelog: https://github.com/bchew/dynamodump/compare/v1.4.4...v1.4.6

dynamodump - v1.4.4

Published by bchew about 3 years ago

πŸ”§ Maintenance

  • build(deps): Bump python from 3.9.6-alpine3.14 to 3.9.7-alpine3.14 (#97)
dynamodump - v1.4.3

Published by bchew about 3 years ago

πŸ› Bug fixes

dynamodump - v1.4.2

Published by bchew about 3 years ago

πŸ› Bug fixes

πŸ”§ Maintenance

  • Sort imports and variables (#89)
  • build(deps-dev): Bump black from 21.7b0 to 21.9b0 (#92)
  • build(deps): Bump boto3 from 1.18.31 to 1.18.32 (#86)
  • build(deps-dev): Bump pre-commit from 2.14.1 to 2.15.0 (#88)
dynamodump - v1.4.1

Published by bchew about 3 years ago

πŸ”§ Maintenance

  • build(deps): bump boto3 from 1.18.26 to 1.18.31 (#82)
  • build(deps-dev): bump pre-commit from 2.14.0 to 2.14.1 (#83)

πŸš€ Improvements

  • Add DynamoDB Local via docker-compose, tests shell script for running basic tests locally (#78)
  • Add VS Code devcontainer configuration (#79)
  • Add Dependabot version updates (#81)
  • Add CodeQL analysis GitHub Action (#80)
dynamodump - v1.4.0

Published by bchew about 3 years ago

πŸš€ New features and improvements (https://github.com/bchew/dynamodump/pull/76)

  • Support absolute path usage for dumpPath argument (pulled from https://github.com/bchew/dynamodump/pull/68), thanks @Ram-dev06
  • Add more tests to cover non-default and absolute dump path usages
  • Refactor test GitHub Actions workflow to parallelise addtional tests, add Python versions >=3.6 to strategy matrix
  • Bump version to 1.4.0
dynamodump - v1.3.4

Published by bchew about 3 years ago

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

dynamodump - v1.3.3

Published by bchew about 3 years ago

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

  • Update GitHub Action workflow to build linux/arm64 docker image arch as well
  • Add entrypoint to Dockerfile
  • Update readme with ToC and Docker instructions
  • Bump version to 1.3.3 (no code changes)
dynamodump - v1.3.2

Published by bchew about 3 years ago

Version bump, no changes from v1.3.1

dynamodump - v1.3.1

Published by bchew about 3 years ago

πŸ”§ Maintenance