We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34c027 commit 118a2e6Copy full SHA for 118a2e6
README.md
@@ -82,15 +82,15 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
82
```
83
* Run the client and server
84
85
- npm run app
+ gulp serve
86
87
* Visit `http://localhost:8080`
88
89
## Deploying to AWS
90
When you are ready to deploy your database and api to AWS, run following command.
91
-This will deploy your local dabase and local API Gateway to AWS.
+This will deploy your local dabase and local API Gateway to AWS to a given stage.
92
93
-npm run deploy
+gulp deploy --stage prod
94
95
96
## Contribution
0 commit comments