Run shell commands inside AWS lambda. Based on lambdash
Yes.
Mainly for debugging purposes when someone needs to check how everything is inside there. You can test binaries included in lambda layers. Unfortunately, there is no state saved. Every time you press the return/enter key, the command is sent and executed from the original scrip location, /var/task.
We use serverless to deploy everything. You should change some of the configurations in it if you want to deploy it using your account.