Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ The JSON files for sources should look like:
This is a drop-in replacement for `serverless-dynamodb-local`. To upgrade therefore:

1. Uninstall `serverless-dynamodb-local`, e.g. `npm uninstall serverless-dynamodb-local`
2. Install `serverless-dynamodb`, e.g. `npm install serverless-dynamodb`
2. Install `serverless-dynamodb`, e.g. `npm install serverless-dynamodb` and `serverless dynamodb install`
3. Update references in your code, including your serverless config, from `serverless-dynamodb-local` to `serverless-dynamodb`
4. (optional) Update your serverless config custom `dynamodb` key to `serverless-dynamodb`

Expand Down