New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-lambda-deploy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-lambda-deploy - npm Package Compare versions

Comparing version

to
0.2.0

8

index.js

@@ -176,2 +176,6 @@ 'use strict';

if (params.memory) {
lamparams.MemorySize = params.memory;
}
if (params.description) lamparams.Description = params.description;

@@ -206,2 +210,6 @@ if (params.timeout) lamparams.Timeout = params.timeout;

if (params.memory) {
lamparams.MemorySize = params.memory;
}
if (params.description) lamparams.Description = params.description;

@@ -208,0 +216,0 @@ if (params.timeout) lamparams.Timeout = params.timeout;

2

package.json
{
"name": "gulp-lambda-deploy",
"version": "0.1.0",
"version": "0.2.0",
"description": "Gulp plugin to deploy zipped packages to AWS Lambda directly or via S3",

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

@@ -93,2 +93,5 @@ # gulp-lambda-deploy

#### `memory`
The amount of memory, in MB, your Lambda function is given.
### `options`

@@ -95,0 +98,0 @@