1.0.0 • Published 5 years ago

lambda_watch v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

lambda-watcher

This simple utility allows you to edit a Lambda function from your local machine and upload code changes directly to AWS using a file watcher.

The first thing it does is download, and unzip the source code locally, then it watches for file changes. When a file change occurs, it zips up the folder, uploads the zip file to an S3 bucket, and updates the Lambda function.

Usage command:

The function is downloaded to the current folder as <function-name>.zip and unzipped to a folder called <function-name>. The function is also uploaded to S3 as s3://<bucket-name>/<function-name>.zip.