jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

Import Lambda directly to minimize the require time #14

Closed martinjlowm closed 5 years ago

martinjlowm commented 5 years ago

Requiring the whole AWS SDK can take quite a bit of time, by specifying just the Lambda client, only the core of the AWS SDK is loaded plus the Lambda client.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 32


Totals Coverage Status
Change from base Build 24: 0.0%
Covered Lines: 33
Relevant Lines: 33

💛 - Coveralls