https://github.com/localstack/localstack
Would like to be able to get step debugging working from my IDE on a node lambda running in localstack. There seems to be support for JVM debugging via LAMBDA_JAVA_OPTS
but can't see anything for Node.
How do I open a debug port for a Node app in localstack?