Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacou authored Jan 11, 2019
1 parent 187c9f9 commit 972d756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ The purpose is to automatize the deployment of all the resources needed to creat

Install and follow [instructions](https://serverless.com/framework/docs/providers/aws/guide/installation/) to setup serverless with AWS

`npm install`
`npm install aws-sdk serverless-appsync-plugin serverless-offline serverless-dynamodb-local serverless-appsync-offline --save-dev`

`serverless deploy`

## Test locally

`npm install aws-sdk serverless-appsync-plugin serverless-offline serverless-dynamodb-local serverless-appsync-offline --save-dev`

`serverless dynamodb install --localPath ./bin`

`serverless offline start`
Expand Down

0 comments on commit 972d756

Please sign in to comment.