File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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```
9192npm 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 )
You can’t perform that action at this time.
0 commit comments