Skip to content
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

add an option to start the local debugging server based on an env variable #87

Merged
merged 5 commits into from
Jun 1, 2020

Commits on May 27, 2020

  1. add an option to start the local debugging server based on an env var…

    …iable
    
    motivation: make using the local debugging server easier to turn off/on without the need to change code when oyu are preparing to deploy
    
    changes:
    * add code to lambda so that in debug mode only, if the LOCAL_SERVER_ENABLED env variable is set the local degging server is started
    * update example code
    tomerd committed May 27, 2020
    Configuration menu
    Copy the full SHA
    18a8bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c761c44 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    83861da View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    f3dc137 View commit details
    Browse the repository at this point in the history
  2. fixup

    tomerd committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    4115008 View commit details
    Browse the repository at this point in the history