moto/tests/test_dynamodb2
Brian Pandola c1b38be02d
Add support for DynamoDB Backup/Restore (#3995)
* Add support for DynamoDB Backup/Restore

Basic support for the following endpoints has been implemented with full test coverage:
- create_backup
- delete_backup
- describe_backup
- list_backups
- restore_table_from_backup

Behavior and error messages verified against a real AWS backend.

* Refactor test based on PR feedback
2021-06-10 07:05:07 +01:00
..
__init__.py
conftest.py Add support for empty strings in non-key dynamo attributes (#3467) 2020-11-17 09:12:39 +00:00
test_dynamodb_executor.py dynamodb: fix deleting last set element (w/attr name) (#3708) 2021-02-19 07:47:51 +00:00
test_dynamodb_expression_tokenizer.py
test_dynamodb_expressions.py
test_dynamodb_table_with_range_key.py Improve dynamodb query case sensitivity (#3799) (#3800) 2021-03-25 20:22:36 +00:00
test_dynamodb_table_without_range_key.py
test_dynamodb_validation.py Add support for empty strings in non-key dynamo attributes (#3467) 2020-11-17 09:12:39 +00:00
test_dynamodb.py Add support for DynamoDB Backup/Restore (#3995) 2021-06-10 07:05:07 +01:00
test_server.py Add CRC32 to DynamoDB responses (#3677) 2021-02-12 14:26:06 +00:00