lambda
lambda copied to clipboard
Question: Does this also mimics how AWS Lambda uses and re-uses containers?
Hi @jasnell,
Does this also mimics how AWS Lambda uses and re-uses containers?
- Every lambda functions have their own containers each. Created at first and re-uses it the next time.
- https://aws.amazon.com/blogs/compute/container-reuse-in-lambda/
And if ever it's needed. Can I deploy the functions to AWS Lambda?
Can this be used for production?
Kind regards,