You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

lambda-log-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-log-wrapper - npm Package Compare versions

Comparing version

to
0.0.11

8

index.js

@@ -15,4 +15,8 @@ 'use strict';

return this.getDuration(event)
.then(this.putMetricData)
.then(this.createLogGroup)
.then((result) => {
return this.putMetricData(result);
})
.then((result) => {
return this.createLogGroup(result);
})
.catch((err) => {

@@ -19,0 +23,0 @@ console.log('Lambda log Wrapper error: ',err);

{
"name": "lambda-log-wrapper",
"version": "0.0.10",
"version": "0.0.11",
"description": "This is wrapper around node lambda which calls and logs ",

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