Skip to content

Commit 2d6690e

Browse files
committed
add optional persistent docker dynamodb setup in README
1 parent 8e70f49 commit 2d6690e

File tree

1 file changed

+1
-1
lines changed
  • aws-node-rest-api-with-dynamodb-and-offline

1 file changed

+1
-1
lines changed

aws-node-rest-api-with-dynamodb-and-offline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Test your service locally, without having to deploy it first.
2727

2828
```bash
2929
npm install
30-
serverless dynamodb install
30+
serverless dynamodb install (or to use a persistent docker dynamodb instead, open a new terminal: cd ./dynamodb && docker-compose up -d)
3131
serverless offline start
3232
serverless dynamodb migrate (this imports schema)
3333
```

0 commit comments

Comments
 (0)