lambda-warmer icon indicating copy to clipboard operation
lambda-warmer copied to clipboard

A module to optimize AWS Lambda function cold starts

Results 21 lambda-warmer issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hi, we have a huge application that without qarming gets to 16 concurrency We have set the concurrency level of warmup to 20, but now rhe concurrency level gets to...

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.424.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

See the below error with latest version 1.2.2: node_modules/lambda-warmer/index.d.ts(23,1): error TS1036: Statements are not allowed in ambient contexts

When the concurrency parameter is greater than one, if the lambda function is not in a VPC, everything works normally, but if it is in a VPC the promise is...

question

One of our lambdas randomly doesn't detect the event as a `warmer` event and proceed further which breaks our code (it happens 2-5 times a day). Our code looks like...

bug

Can you include an index.d.ts file to export TypeScript types?