Skip to content

Commit 8675846

Browse files
committed
Merge branch 'aws-react' of https://github.com/99xt/serverless-boilerplate into aws-basics
2 parents 6b70663 + f860947 commit 8675846

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ serverless-react-boilerplate
66
[![Join the chat at https://gitter.im/99xt/serverless-react-boilerplate](https://badges.gitter.im/99xt/serverless-react-boilerplate.svg)](https://gitter.im/99xt/serverless-react-boilerplate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

88
## Requirements
9-
109
* Java Runtime Engine (JRE) version 6.x or newer to run dynamodb locally
1110

1211
## Features
@@ -40,7 +39,6 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
4039
| | | |──lib
4140
| | | | |──todo.js
4241
| | | | |──helper.js
43-
| | | |──config.yml
4442
| | | |──handler.js
4543
| |──database
4644
| | |──dynamodb.js
@@ -72,7 +70,7 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
7270
```
7371
npm i -g webpack webpack-dev-server
7472
75-
npm i -g serverless@1.0.0-rc.1
73+
npm i -g serverless
7674
```
7775
* Install project dependencies. `cd serverless-react-boilerplate` and type,
7876
```
@@ -95,6 +93,12 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
9593
## Note
9694
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)
9795

96+
## Contribution
97+
Your contributions are much appriciated.
98+
99+
## Release Log
100+
Release v1.2 - added support for [email protected]
101+
98102
## Links
99103
* [serverless-dynamodb-local plugin](https://github.com/99xt/serverless-dynamodb-local)
100104
* [serverless-offline plugin](https://github.com/dherault/serverless-offline)

0 commit comments

Comments
 (0)