Skip to content

Commit 9ba8665

Browse files
authored
Update Readme
1 parent caf5bf3 commit 9ba8665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
8686
* Visit `http://localhost:8080`
8787

8888
## Deploying to AWS
89-
When you are ready to deploy your database and api to AWS run following command.
89+
When you are ready to deploy your database and api to AWS, run following command.
90+
This will deploy your local dabase and local API Gateway to AWS.
9091
```
9192
npm run deploy
9293
```
@@ -97,6 +98,7 @@ Your contributions are much appriciated.
9798
## Release Log
9899
* Release v1.2 - added support for [email protected]
99100
* Release v1.3 - fixed local dynamobd get packaged for deployment
101+
* Release v2.0 - added support for the latest serverless v1.0 Issues #24 #25
100102

101103
## Links
102104
* [serverless-dynamodb-local plugin](https://github.com/99xt/serverless-dynamodb-local)

0 commit comments

Comments
 (0)