Closed pianomansam closed 5 years ago
@pianomansam have a try with the updated AppSync Emulator
Using Serverless 1.34 doesn't cause this issue.
@pianomansam thanks for updating this issue with this positive news :-)
Serverless 1.34.0 does cause this issue for me as well as the latest version, 1.37.1. If I downgrade to 1.32.0, then it's OK.
This seems to be the cause of the issue:
https://github.com/serverless/serverless/pull/5349/commits/a0a0fb1530fa17e9f215879dfdead88f61e46169
@aheissenberger this issue does occur on the current master. I tried out @mattgibson's fix and it seems to work!!
Maybe we can merge the PR?
@aheissenberger this issue does occur on the current master. I tried out @mattgibson's fix and it seems to work!!
Maybe we can merge the PR?
this is a fix to the serverless/serverless repository - you need to ask the serverless team to merge the fix
@aheissenberger sorry, I didn't see that, thanks for informing.
is fixed with version 1.3.2
When running
serverless appsync-offline start
, ever since upgrading to Serverless 1.33, the command quits as soon as the GraphQL server comes up. From my logs, when using nodemon:You'll notice that while it exits cleanly, it doesn't do any of the cleanup. Otherwise we would see a line like
AppSync offline - stopping graphql and dynamoDB
.I'm not sure if the bug is in this plugin or appsync-emulator-serverless.