Skip to content

Commit 56a94ce

Browse files
author
Chris Armstrong
committed
fix: use latest serverless version
1 parent 200c69e commit 56a94ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ serverless-dynamodb-local
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

88
## This Plugin Requires
9-
* serverless@v1-rc.1
9+
* serverless@^1
1010
* Java Runtime Engine (JRE) version 6.x or newer
1111

1212
## Features
@@ -52,7 +52,7 @@ All CLI options are optional:
5252
--delayTransientStatuses -t Causes DynamoDB to introduce delays for certain operations. DynamoDB can perform some tasks almost instantaneously, such as create/update/delete operations on tables and indexes; however, the actual DynamoDB service requires more time for these tasks. Setting this parameter helps DynamoDB simulate the behavior of the Amazon DynamoDB web service more closely. (Currently, this parameter introduces delays only for global secondary indexes that are in either CREATING or DELETING status.)
5353
--optimizeDbBeforeStartup -o Optimizes the underlying database tables before starting up DynamoDB on your computer. You must also specify -dbPath when you use this parameter.
5454
--migration -m After starting dynamodb local, run dynamodb migrations.
55-
--heapInitial The initial heap size
55+
--heapInitial The initial heap size
5656
--heapMax The maximum heap size
5757
--migrate -m After starting DynamoDB local, create DynamoDB tables from the Serverless configuration.
5858
--seed -s After starting and migrating dynamodb local, injects seed data into your tables. The --seed option determines which data categories to onload.
@@ -200,7 +200,7 @@ Make sure that `serverless-dynamodb-local` is above `serverless-offline` so it w
200200
Now your local DynamoDB database will be automatically started before running `serverless offline`.
201201

202202
### Using with serverless-offline and serverless-webpack plugin
203-
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both ressources.
203+
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both ressources.
204204

205205
Add plugins to your `serverless.yml` file:
206206
```yaml

0 commit comments

Comments
 (0)