🚀 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.2.1

6

lib/lambda-service.js

@@ -9,6 +9,6 @@ 'use strict'

// Require AWS SDK
const AWS = require('aws-sdk') // AWS SDK
// Require the Lambda client
const Lambda = require('aws-sdk/clients/lambda') // Lambda
// Export
module.exports = new AWS.Lambda()
module.exports = new Lambda()
{
"name": "lambda-warmer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Keep your Lambda functions warm",

@@ -5,0 +5,0 @@ "main": "index.js",