ioi/isolate

Deployment Using AWS Lambda

Closed this issue · 1 comments

I'm trying to deploy an app with isolate in AWS lambda, and here I'm getting Must be started as root error.

AWS Lambda invocations will be done using a non-root user, even if we build a Docker image with a root user as the default user.

So does anyone know how to overcome this? or any non-Docker solution is also acceptable.

gollux commented

I do not know AWS Lambda, but Isolate requires running as real root.