🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

gulp-awslambda

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-awslambda

A Gulp plugin for publishing your package to AWS Lambda

Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
151
-47.02%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-awslambda

license

A Gulp plugin for publishing your package to AWS Lambda

Install

$ npm install --save-dev gulp-awslambda

Usage

var gulp = require('gulp');
var zip = require('gulp-zip');

gulp.task('default', function () {
	return gulp.src('src/*')
		.pipe(zip('archive.zip'))
		.pipe(gulp.dest('dist'));
});

API

zip(filename, options)

filename

Required
Type: string

options

compress

Type: boolean
Default: true

comment

Type: string

Text information embedded in the zip file.

Keywords

gulpplugin

FAQs

Package last updated on 12 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts