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

Global client #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 24, 2019

  1. Global client

    Both `cache` and `rateLimit` options are worthless if the client is recreated for each lambda execution.
    
    Due to the stateless natura of lambda functions, this is not able to ensure proper caching, but at least on hot starts the client will be reused for each lambda container which is better than nothing.
    
    Am I missing anything? Is the client cache somehow working even when recreated each time?
    valeriomazzeo authored May 24, 2019
    Configuration menu
    Copy the full SHA
    c0873aa View commit details
    Browse the repository at this point in the history