-
-
Notifications
You must be signed in to change notification settings - Fork 69
feat(simulator): Add support for multiple AppSync APIs #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(simulator): Add support for multiple AppSync APIs #92
Conversation
2485f39
to
40f3372
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thank you! 🚀
LGTM. I only have one comment:
We have a pretty wide port range available here (at least in the default), I would increment the port number by 10
. It would be easier for humans to calculate mentally.
It also leaves some room for possible future usage.
20002
20003
20012
20013
20022
20023
40f3372
to
6cc7275
Compare
Great suggestion! I've made the change. |
Great, thank you! I'll try to review this and merge over the weekend 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @louislatreille
Looks awesome! Great work! 🎉
I just pushed a fix for the linter and ran prettier on the code.
@all-contributors please add @louislatreille for code |
I've put up a pull request to add @louislatreille! 🎉 |
# [0.16.0](v0.15.0...v0.16.0) (2021-04-25) ### Features * **simulator:** Add support for multiple AppSync APIs ([#92](#92)) ([0b0daa2](0b0daa2))
🎉 This PR is included in version 0.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This adds support for simulating multiple AppSync APIs.
The new code has been tested with a serverless config containing 1 API, and another one containing many APIs. The simulator and hot-reloading still work as expected.
Closes #90