You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-56Lines changed: 25 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Suitable for DynamoDB usages of smaller data volume which do not warrant the usa
15
15
16
16
dynamodump supports local DynamoDB instances as well (tested with [DynamoDB Local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html)).
AWS_DEFAULT_REGION for local testing. Use 'local' for
64
-
local DynamoDB testing
65
-
--host HOST Host of local DynamoDB [required only for local]
52
+
AWS region to use, e.g. 'us-west-1'. Can use any region for local testing
53
+
--host HOST Host of local DynamoDB. This parameter initialises dynamodump for local DynamoDB testing [required only for local]
66
54
--port PORT Port of local DynamoDB [required only for local]
67
55
--accessKey ACCESSKEY
68
56
Access key of local DynamoDB [required only for local]
69
57
--secretKey SECRETKEY
70
58
Secret key of local DynamoDB [required only for local]
71
59
-p PROFILE, --profile PROFILE
72
-
AWS credentials file profile to use. Allows you to use
73
-
a profile instead accessKey, secretKey authentication
60
+
AWS credentials file profile to use. Allows you to use a profile instead accessKey, secretKey authentication
74
61
-s SRCTABLE, --srcTable SRCTABLE
75
-
Source DynamoDB table name to backup or restore from,
76
-
use 'tablename*' for wildcard prefix selection or '*'
77
-
for all tables. Mutually exclusive with --tag
62
+
Source DynamoDB table name to backup or restore from, use 'tablename*' for wildcard prefix selection or '*' for all tables. Mutually exclusive with --tag
78
63
-d DESTTABLE, --destTable DESTTABLE
79
-
Destination DynamoDB table name to backup or restore
80
-
to, use 'tablename*' for wildcard prefix selection
81
-
(defaults to use '-' separator) [optional, defaults to
82
-
source]
64
+
Destination DynamoDB table name to backup or restore to, use 'tablename*' for wildcard prefix selection (defaults to use '-' separator) [optional, defaults to source]
83
65
--prefixSeparator PREFIXSEPARATOR
84
-
Specify a different prefix separator, e.g. '.'
85
-
[optional]
86
-
--noSeparator Overrides the use of a prefix separator for backup
87
-
wildcard searches [optional]
66
+
Specify a different prefix separator, e.g. '.' [optional]
67
+
--noSeparator Overrides the use of a prefix separator for backup wildcard searches [optional]
88
68
--readCapacity READCAPACITY
89
-
Change the temp read capacity of the DynamoDB table to
90
-
backup from [optional]
91
-
-t TAG, --tag TAG Tag to use for identifying tables to back up. Mutually
92
-
exclusive with srcTable. Provided as KEY=VALUE
69
+
Change the temp read capacity of the DynamoDB table to backup from [optional]
70
+
-t TAG, --tag TAG Tag to use for identifying tables to back up. Mutually exclusive with srcTable. Provided as KEY=VALUE
93
71
--writeCapacity WRITECAPACITY
94
-
Change the temp write capacity of the DynamoDB table
95
-
to restore to [defaults to 25, optional]
96
-
--schemaOnly Backup or restore the schema only. Do not
97
-
backup/restore data. Can be used with both backup and
98
-
restore modes. Cannot be used with the --dataOnly
99
-
[optional]
100
-
--dataOnly Restore data only. Do not delete/recreate schema
101
-
[optional for restore]
102
-
--noConfirm Don't ask for confirmation before deleting existing
103
-
schemas.
72
+
Change the temp write capacity of the DynamoDB table to restore to [defaults to 25, optional]
73
+
--schemaOnly Backup or restore the schema only. Do not backup/restore data. Can be used with both backup and restore modes. Cannot be used with the --dataOnly [optional]
74
+
--dataOnly Restore data only. Do not delete/recreate schema [optional for restore]
75
+
--noConfirm Don't ask for confirmation before deleting existing schemas.
104
76
--skipThroughputUpdate
105
-
Skip updating throughput values across tables
106
-
[optional]
107
-
--billingMode BILLING_MODE
108
-
Set billing mode between PROVISIONED|PAY_PER_REQUEST
109
-
(defaults to use 'PROVISIONED') [optional]
110
-
--dumpPath DUMPPATH Directory to place and search for DynamoDB table
0 commit comments