Trevor Howard
Results
2
comments of
Trevor Howard
I took a look at this issue. This appears to be a problem with how docker executes external processes: https://github.com/godaddy/aws-okta-processor/issues/23
Running into a similar situation. Using this in a Makefile in interim: ``` start: sam local start-api --docker-network --warm-containers EAGER & stop: kill $$(ps -wwo pid,args | grep "[/]bin/sam local...