JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8820
  • Score
    100M100P100Q146699F
  • License MIT

Serverless plugin to run scheduled lambdas with serverless offline

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

npm version CircleCI

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