1.1.4 • Published 5 years ago

lambda-watcher v1.1.4

Weekly downloads
2
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.

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.

Installation:

Usage command:

--change-delay is the number of seconds to wait before deploying a change. This reduces unnessasary updates. --revision-id allows you to specify a version of the function to update. Typically $LATEST can be used to update just the latest version of the function.

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago