Giter VIP home page Giter VIP logo

Comments (4)

logandk avatar logandk commented on May 29, 2024

Could you give an example of how env vars are not working properly? How are you setting the env vars, where are they being read and what is the specific issue?

from serverless-wsgi.

hlarsen avatar hlarsen commented on May 29, 2024

i have a flask project that is working using the provider > environment key in serverless.yml to pass in some values which i then read from the environment variables. to be clear, that works and using 'wsgi serve' populates the environment variables when testing with the built-in debug server.

i'm now trying to get pydev (or another remote debugger) in the mix so i can set breakpoints to trigger while the code is running. when running the flask project directly (obviously) serverless does not populate the environment variables since it doesn't run. i was more wondering if anyone had tried getting this to work or there was a recommended way to run a project with serverless-wsgi and breakpoint debugging.

from serverless-wsgi.

logandk avatar logandk commented on May 29, 2024

I think this may be the closest thing to an off-the-shelf solution for this purpose: https://github.com/arabold/serverless-export-env

from serverless-wsgi.

logandk avatar logandk commented on May 29, 2024

I'd suggest using that plugin to generate the .env file, load it into your shell and start the debugging process. Wrapping those steps up in a shell script, npm task or Makefile should be pretty quick.

from serverless-wsgi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.