I'm trying to use tini -s on my aws lambda.
Getting this error Failed to register as child subreaper: Operation not permitted
Probably beachuse prctl(PR_SET_CHILD_SUBREAPER) is not allowed on lambda.
Is there any workaround I can do to make this work?
PID 1 is not possible because the lambda has it's own
And prctl isn't allowed for the lambda.
I'm trying to use tini -s on my aws lambda.
Getting this error
Failed to register as child subreaper: Operation not permittedProbably beachuse
prctl(PR_SET_CHILD_SUBREAPER)is not allowed on lambda.Is there any workaround I can do to make this work?
PID 1 is not possible because the lambda has it's own
And prctl isn't allowed for the lambda.