Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uiur/aws-lambda-zip

A tiny utility to zip a lambda function
https://github.com/uiur/aws-lambda-zip

Last synced: about 1 month ago
JSON representation

A tiny utility to zip a lambda function

Awesome Lists containing this project

README

        

# aws-lambda-zip
This command creates a zip to deploy aws lambda function.

It creates a package that excludes the following files.
- files specified in `.gitignore`
- modules specified in `devDependencies`

## Install
```
npm install uiureo/aws-lambda-zip
```

## Usage
Just run in the directory.

```sh
❯ ls
README.md
index.js
lib
node_modules
package.json
test

❯ aws-lambda-zip
# creates lambda.zip
```

## Requirements
git