Skip to content

Commit 0930580

Browse files
authored
Document native AWS feature as alternative (#27)
1 parent e7cef6f commit 0930580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ aws s3 cp backup s3://mybucket/ --recursive
3838
## Notes
3939
- Stream ARN will not be preserved during export/import
4040

41+
## Alternatives
42+
If you're doing a simple restore/backup job you may consider using AWS native [Backup Restore](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/BackupRestore.html) feature (or Point In Time Restore), priced at 0.1x c per GB it can be significantly cheaper for larger tables (100k+ rows), easier to avoid issues with autoscaling/request throttling and shifts the extra load away from your tables.
43+
4144
## TODO
4245
- Batch import: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#batchWriteItem-property
4346

0 commit comments

Comments
 (0)