Skip to content

Commit 1df0aa2

Browse files
committed
Merge branch 'aws-react' of https://github.com/99xt/serverless-boilerplate into aws-basics
2 parents d7186ce + 28123b4 commit 1df0aa2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,12 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
9090

9191
* Run `npm run deploy`
9292

93-
## Note
94-
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)
95-
9693
## Contribution
9794
Your contributions are much appriciated.
9895

9996
## Release Log
10097
Release v1.2 - added support for [email protected]
98+
Release v1.3 - fixed local dynamobd get packaged for deployment
10199

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

0 commit comments

Comments
 (0)