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 3e134a6 commit caf5bf3Copy full SHA for caf5bf3
README.md
@@ -45,7 +45,6 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
45
| |──offline
46
| | |──migrations
47
| | | | |──todo.json
48
-| |──resources
49
| |──test
50
| |──event.json
51
| |──templates.yml
@@ -87,8 +86,10 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
87
86
* Visit `http://localhost:8080`
88
89
## Deploying to AWS
90
-
91
-* Run `npm run deploy`
+When you are ready to deploy your database and api to AWS run following command.
+```
+npm run deploy
92
93
94
## Contribution
95
Your contributions are much appriciated.
0 commit comments