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.10

4

index.js

@@ -85,3 +85,3 @@ 'use strict';

return new Promise((resolve) => {
cloudwatch.putMetricData(obj.pmParams, function(err, data) {
this.cloudwatch.putMetricData(obj.pmParams, function(err, data) {
resolve(obj);

@@ -97,3 +97,3 @@ });

};
cloudwatchlogs.createLogGroup(lgParams, function(err, data) {
this.cloudwatchlogs.createLogGroup(lgParams, function(err, data) {
resolve(obj.response);

@@ -100,0 +100,0 @@ });

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

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