🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

lambda-warmer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-warmer - npm Package Compare versions

Comparing version

to
1.1.1

15

package.json
{
"name": "lambda-warmer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Keep your Lambda functions warm",

@@ -29,14 +29,13 @@ "main": "index.js",

"homepage": "https://github.com/jeremydaly/lambda-warmer#readme",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"aws-sdk": "^2.273.1",
"chai": "^4.1.2",
"aws-sdk": "^2.404.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.1.0",
"eslint": "^5.14.1",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^12.0.2",
"nyc": "^13.3.0",
"rewire": "^4.0.1",
"sinon": "^6.1.3"
"sinon": "^6.3.5"
},

@@ -43,0 +42,0 @@ "files": [

@@ -7,2 +7,3 @@ # Lambda Warmer

[![Coverage Status](https://coveralls.io/repos/github/jeremydaly/lambda-warmer/badge.svg?branch=master)](https://coveralls.io/github/jeremydaly/lambda-warmer?branch=master)
![dependencies](https://img.shields.io/badge/dependencies-0-brightgreen.svg)

@@ -200,3 +201,9 @@ ## A module to optimize AWS Lambda function cold starts

## Sponsors
[![IOpipe](http://jeremydaly.com/wp-content/uploads/2019/02/iopipe-logo.png)](https://www.iopipe.com/?utm_source=github&utm_medium=lambda-warmer-lambda-api&utm_campaign=open%20source%20sponsorship)
IOpipe is all about making it more fun to be a developer through the support of the open source serverless community. Sign up with [IOpipe](https://www.iopipe.com/?utm_source=github&utm_medium=lambda-warmer-lambda-api&utm_campaign=open%20source%20sponsorship) for free to get real-time visibility into the most detailed behaviors of your Lambda applications.
## Contributing
I've created a number of custom scripts to do similar cold start mitigation, but I figured I'd share this more complete version to save everyone some time (including my future self). If you would like to contribute, please submit a PR or add [issues](https://github.com/jeremydaly/lambda-warmer/issues) for bug reports and feature ideas.