0.1.11 • Published 7 months ago

serverless-watch v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Serverless Watch

Track changes in your lambda in real time, using Serverless Framework.

Installation

Install the package:

npm i -D serverless-watch

And then, add the package as a plugin in your serverless framework configuration file:

serverless-watch

Usage

Run the following command below to run serverless-watch:

serverless watch

Use the main serverless framework parameters, such as function, stage and config.

Usage examples

The command below will update your serverless application, publishing in the development stage when a change is made.

serverless watch --stage dev

The command below will only track changes to the function named hello.

serverless watch --function hello

Support

The package has only been tested on version 3 of the serverless framework.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.1.11

7 months ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago