We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e70f49 commit 2d6690eCopy full SHA for 2d6690e
aws-node-rest-api-with-dynamodb-and-offline/README.md
@@ -27,7 +27,7 @@ Test your service locally, without having to deploy it first.
27
28
```bash
29
npm install
30
-serverless dynamodb install
+serverless dynamodb install (or to use a persistent docker dynamodb instead, open a new terminal: cd ./dynamodb && docker-compose up -d)
31
serverless offline start
32
serverless dynamodb migrate (this imports schema)
33
```
0 commit comments