Serverless Run Function Plugin

homepage icon https://github.com/lithin/serverless-run-function-plugin
Follow @lithin

Tracked

NPM Downloads Last Month
4
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

Serverless Run Function Plugin

This plugin is deprecated since it is possible to run functions natively in the framework: https://serverless.com/framework/docs/providers/aws/cli-reference/invoke-local/

Serverless plugin to run a lambda function locally.

To use, add it to your serverless.yml under plugins:

functions:
  hello:
    handler: handler.hello

plugins:
  - serverless-run-function-plugin

Then run sls run -f hello to run the function.

Functionality is the same as it used to be in core serverless v0.

Roadmap

Goals

Contribution guidelines