You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| apiKey |`0123456789`| When using `API_KEY` as authentication type, the key to authenticate to the endpoint. |
52
+
| port | 20002 | AppSync operations port |
53
+
| wsPort | 20003 | AppSync subscriptions port |
54
+
| location | . (base directory) | Location of the lambda functions handlers. |
55
+
| dynamoDb.endpoint |http://localhost:8000| Dynamodb endpoint. Specify it if you're not using serverless-dynamodb-local. Otherwise, port is taken from dynamodb-local conf |
56
+
| dynamoDb.region | localhost | Dynamodb region. Specify it if you're connecting to a remote Dynamodb intance. |
57
+
| dynamoDb.accessKeyId | DEFAULT_ACCESS_KEY | AWS Access Key ID to access DynamoDB |
0 commit comments