0.1.11 • Published 2 years ago
serverless-watch v0.1.11
Serverless Watch
Track changes in your lambda in real time, using Serverless Framework.
Installation
Install the package:
npm i -D serverless-watchAnd then, add the package as a plugin in your serverless framework configuration file:
serverless-watchUsage
Run the following command below to run serverless-watch:
serverless watchUse 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 devThe command below will only track changes to the function named hello.
serverless watch --function helloSupport
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.