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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,17 @@ dynamodb:
127
127
> sls dynamodb start --seed=domain,test
128
128
```
129
129
130
+
If seed config is set to true, your configuration will be seeded automatically on startup. You can also put the seed to false to prevent initial seeding to use manual seeding via cli.
131
+
132
+
```fake-test-users.json example
133
+
[
134
+
{
135
+
"id": "John",
136
+
"name": "Doe",
137
+
},
138
+
]
139
+
```
140
+
130
141
## Using DynamoDB Local in your code
131
142
You need to add the following parameters to the AWS NODE SDK dynamodb constructor
0 commit comments