David
Results
2
comments of
David
I could also get the debugger to wait using --debug-args but it wasn't intuitive given other language debuggers don't require this or adding a dependancy. An added complexity was that...
> > @jpangburn > > > sam local start-api -t ./cdk.out/CdkHelloWorldStack.template.json --warm-containers eager -d 9999 --debug-function HelloWorldFunctionB2AB6E79 --debug-args "-m debugpy --listen 0.0.0.0:9999 --wait-for-client" > > > > > > Are...