Skip to content

Instantly share code, notes, and snippets.

@chadfawcett
Last active February 21, 2019 03:03
Show Gist options
  • Save chadfawcett/e990c64ada3f6bab1841d1fa012ae5f3 to your computer and use it in GitHub Desktop.
Save chadfawcett/e990c64ada3f6bab1841d1fa012ae5f3 to your computer and use it in GitHub Desktop.
Blog Post: Probot on Now v2
// now.js
var { serverless } = require('@chadfawcett/probot-serverless-now')
const appFn = require('./app')
module.exports = serverless(appFn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment