-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.example.dynamoutil.yaml
More file actions
35 lines (35 loc) · 1012 Bytes
/
.example.dynamoutil.yaml
File metadata and controls
35 lines (35 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
copy:
- service: "default"
origin:
region: "ap-northeast-2"
table: "remote-dynamodb-table-name"
target:
region: "ap-northeast-2"
endpoint: "http://localhost:8000"
table: "local-dynamodb-table-name"
## Must match keys of target dynamodb.
# accessKeyID: "123"
# secretAccessKey: "123"
dump:
- service: "default"
db:
region: "ap-northeast-2"
# endpoint: "http://localhost:8000"
table: "remote-dynamodb-table-name"
output: json
# Default name is dynamodb's table name
filename: "remote-dynamodb-table-name"
rename:
- service: "default"
target:
region: "ap-northeast-2"
table: "local-dynamodb-table-name"
## Must match keys of target dynamodb.
# endpoint: "http://localhost:54000"
# accessKeyID: "123"
# secretAccessKey: "123"
rename:
- before: "oldAttributeName1"
after: "newAttributeName1"
- before: "oldAttributeName2"
after: "newAttributeName2"