Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjzone authored Oct 6, 2016
1 parent 7298c03 commit a45b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
* Run `npm run deploy`

## Note
At the moment, once you have tested your api locally and deploy using `npm run deploy`, we will be uninstalling the dynamodb local binary from the project to avoid it getting into the serverless deploy package. So next time you have to run `npm run db-setup` before starting the application using `npm run app`. This will be fixed soon.
At the moment, once you have tested your api locally and deploy using `npm run deploy`, we will be uninstalling the dynamodb local binary from the project to avoid it getting into the serverless deploy package. So next time you have to run `npm run db-setup` before starting the application using `npm run app`. This will be fixed soon. [Issue #20](https://github.com/99xt/serverless-react-boilerplate/issues/20)

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

0 comments on commit a45b589

Please sign in to comment.