Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda cold start Practices #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Lambda cold start Practices #1

wants to merge 2 commits into from

Conversation

mmozhorov
Copy link
Contributor

What have been done:
Added 2 tools with examples for invokation the lambdas at a given interval to ensure that the containers aren’t destroyed:

  • Lambda Warmer
  • Serverless WarmUp Plugin

@thebergamo
Copy link

If talking about AWS Lambda, what about instead of this lambda-warmer you set the Provisioned Concurrency on it?
Not sure if serverless provide this option, but that would be a simpler way to make sure the lambda is always ready to be executed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants