-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Describe the bug
When following these steps: https://www.npmjs.com/package/serverless-appsync-simulator
I try to run sls offline start and it gives me the following error: AppSync Simulator: TypeError: Cannot convert undefined or null to object
To Reproduce
I created a new serverless project with the aws-http-api template.
Follow these steps: https://www.npmjs.com/package/serverless-appsync-simulator
So I ran
yarn install -D serverless-appsync-simulator serverless-offline serverless-dynamodb-local serverless-appsync-plugin
added a schema.graphql in the root
Added the plugins in following order:
plugins:
- serverless-dynamodb-local # only if you need dynamodb resolvers and you don't have an external dynamodb
- serverless-appsync-plugin
- serverless-appsync-simulator
- serverless-offline
Expected behavior
I expect it to spit out the urls like this:

Versions:
"serverless-appsync-plugin": "^1.13.0",
"serverless-appsync-simulator": "^0.20.0",
"serverless-dynamodb-local": "^0.2.40",
"serverless-offline": "^8.8.0"
snadeau, liam-ot, ericmaicon, shuyahonda, toantan-me and 7 more
Metadata
Metadata
Assignees
Labels
No labels