apex / apex-shell

Interactive shell for executing commands in AWS Lambda containers.
MIT License
121 stars 4 forks source link

Error: spawn ENOENT #4

Open dekz opened 7 years ago

dekz commented 7 years ago

./apex-shell
INFO[0000] deploying function=repl INFO[0000] created build (3.0 kB) function=repl INFO[0001] creating function function=repl INFO[0001] creating alias function=repl INFO[0001] function created function=repl name=booking-alerts_repl version=3 apex> ls FATAL[0003] error: Process exited before completing request

Cloudwatch


03:55:30
START RequestId: 355e0ab7-9742-11e6-8c16-7de4461c7ac8 Version: 3

03:55:30
2016-10-21T03:55:30.127Z    y5mbok8ncvtt67cn    error: Error: spawn ENOENT

03:55:30
END RequestId: 355e0ab7-9742-11e6-8c16-7de4461c7ac8

03:55:30
REPORT RequestId: 355e0ab7-9742-11e6-8c16-7de4461c7ac8  Duration: 51.41 ms  Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 7 MB

03:55:30
Process exited before completing request

Is there now no shell on the Lambda container?