Is there anyway to disable container reuse for aws lambda?
Open
question
- Dominant language
- Go
- Stars
- 3.8k
- Forks
- 578
- Avg merge
- 8h 18m
- Merged PRs (30d)
- 1
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.
Contributor guide
Assessment
This issue has not been assessed yet.