Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uiur/aws-lambda-zip
- Owner: uiur
- Created: 2015-09-10T14:39:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T12:33:42.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:31:43.228Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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