lambda-warmer
Advanced tools
Comparing version
@@ -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", |
16056
0.14%