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
To create table & run the seeds in your project root, run:
91
91
`sls dynamodb table -c`
92
92
93
93
If you need to prefix_<your-table-name>_suffix, you can configure the values accordingly. This is usefull when you have multiple stages which needs multiple database tables
94
94
95
-
Optionally if you want to create the tables and run the seeds on dynamodb start dynamodb local with -c argument or add the "create": true inside s-project.json as shown below
95
+
Optionally if you want to create the tables and run the seeds on dynamodb starts, use the argument -c or add the "create": true inside s-project.json as shown below
96
96
97
97
```json
98
98
"custom": {
@@ -129,10 +129,7 @@ Note: Default port: 8000 and if you change the port, change it accordingly in us
129
129
130
130
## Coming up
131
131
132
-
* Allow you to setup dynamodb tables creation scripts, innside your project and enables to execute them locally as well as remotely with a simple set of commands
133
-
* Similar to dynamodb table creation scripts, it also allows to setup your dynamodb data seeds for both local and remote
134
-
* Provides the ability to setup your local development environment with the support of ['serverless-offline'](https://github.com/dherault/serverless-offline) Plugin
135
-
* A fantastic and welcoming community!
132
+
* Allow to create tables & run seeds remotely with a simple set of commands.
0 commit comments