Skip to content

improve local debugging #109

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

Closed
tomerd opened this issue Jun 2, 2020 · 0 comments
Closed

improve local debugging #109

tomerd opened this issue Jun 2, 2020 · 0 comments
Labels
area/documentation Improvements or additions to documentation. kind/enhancement Improvements to existing feature.

Comments

@tomerd
Copy link
Contributor

tomerd commented Jun 2, 2020

with #73 and #87 we introduced the ability to start a local simulator which enables local debugging.

our initial approach was code based, ie call the withLocalServer function and gate it with #if DEBUG but that was deemed low usability
the current environment variable based approach is easy to use, but means users cannot be configured in a meaningful way, which we may want to do for example to inject middleware that simulate api gateway

we should explore more alternatives before 1.0

@tomerd tomerd added area/documentation Improvements or additions to documentation. kind/enhancement Improvements to existing feature. labels Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation. kind/enhancement Improvements to existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants