WIP - An extension for running Probot on Lambda
Switch branches/tags
Nothing to show
Clone or download

README.md

Lambda Handler for Probot

TODO: Not published yet. Coming soon.
$ npm install @probot/serverless-lambda
# handler.js
const serverless = require('@probot/serverless-lambda');
const plugin = require('./')
module.exports.probot = serverless(plugin)