Package Exports
- serverless-offline-scheduler
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-offline-scheduler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
THIS PROJECT IS NOT MAINTAINED
serverless-offline-scheduler
Integrates with serverless-offline to run scheduled lambdas locally. Can also be run independently
Usage
- Install module
npm i --save-dev serverless-offline-scheduler
- Update serverless.yml
plugins:
- serverless-offline-scheduler
- Your scheduled functions with cron syntax can be run with either
sls schedule
sls offline start