EFD
EFD
I have the same issue and below commands worked for me, as recommended. ``` npm install -g [email protected] serverless --version serverless --debug ```
It is an old issue but did you try to increase following configs inside `customLaunchers` ? - `browserNoActivityTimeout` - `processKillTimeout` - `browserSocketTimeout` Seems karma-launcer sends a SIGKILL because it exceeds...
Make sure you do the following changes - Go to your lambda-janitor application - In `Resources` section find `CleanCleanScheduledEvent` . It will open `Amazon EvenBridge-Rules` - Go `Event schedule` section...
I started to use `sed` as a work-around and this is approved. lol