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
support blank prefix separator and use case instead
Used when tables are prefixed without a separtor e.g.
testTableOne
testTableTwo
can be backed up with:
./dynamodump.py -m 'backup' -r 'ap-southeast-2' --prefixSeparator '' -s 'test*'
and restored with:
./dynamodump.py -m ‘backup’ -r 'ap-southeast-2' --prefixSeparator '' -s 'test*' -d 'prod*'
Resulting restored tables would be:
prodTableOne
prodTableTwo
0 commit comments