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

feat: add lambda configuration #427

Merged
merged 2 commits into from
Apr 26, 2023
Merged

feat: add lambda configuration #427

merged 2 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. feat: add lambda configuration

    Adds a configuration optimized for Lambda environments. This is the
    same as the `InRegion.LowLatency` config but also eagerly connects the
    client. This avoids the cold start penalty from before where we
    established the connection on the first request, leading to
    first-request timeouts.
    malandis committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a1c0f8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b164b6a View commit details
    Browse the repository at this point in the history