Open
Description
Is your feature request related to a problem? Please describe.
I have a headless chrome running in my lambda container. Due to actions taken on the chrome itself, I would like to disable other lambda invocations to reuse the container.
Describe the solution you'd like
I flag in the handler to disable container reuse. Or any other workaround.