Skip to content

Commit 5324aa5

Browse files
authored
doc: Update README.md (#165)
1 parent e012125 commit 5324aa5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Serverless: GraphiQl: http://localhost:20002
5454
Put options under `custom.appsync-simulator` in your `serverless.yml` file
5555

5656
| option | default | description |
57-
| ------------------------ | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
57+
| ------------------------ | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5858
| apiKey | `0123456789` | When using `API_KEY` as authentication type, the key to authenticate to the endpoint. |
5959
| port | 20002 | AppSync operations port; if using multiple APIs, the value of this option will be used as a starting point, and each other API will have a port of lastPort + 10 (e.g. 20002, 20012, 20022, etc.) |
6060
| wsPort | 20003 | AppSync subscriptions port; if using multiple APIs, the value of this option will be used as a starting point, and each other API will have a port of lastPort + 10 (e.g. 20003, 20013, 20023, etc.) |
@@ -71,12 +71,13 @@ Put options under `custom.appsync-simulator` in your `serverless.yml` file
7171
| dynamoDb.\* | | You can add every configuration accepted by [DynamoDB SDK](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#constructor-property) |
7272
| rds.dbName | | Name of the database |
7373
| rds.dbHost | | Database host |
74-
| rds.dbDialect | | Database dialect. Possible values (mysql | postgres) |
74+
| rds.dbDialect | | Database dialect. Possible values (mysql/postgres) |
7575
| rds.dbUsername | | Database username |
7676
| rds.dbPassword | | Database password |
7777
| rds.dbPort | | Database port |
7878
| watch | - \*.graphql<br/> - \*.vtl | Array of glob patterns to watch for hot-reloading. |
7979

80+
8081
Example:
8182

8283
```yml

0 commit comments

Comments
 (0)