Skip to content

Instantly share code, notes, and snippets.

@msfidelis
Created July 3, 2018 21:32
Show Gist options
  • Save msfidelis/af68d5cc2af0d65eaf6d82b9746639f6 to your computer and use it in GitHub Desktop.
Save msfidelis/af68d5cc2af0d65eaf6d82b9746639f6 to your computer and use it in GitHub Desktop.
'use strict';
const app = require('./app');
const serverless = require('serverless-http')
module.exports.run = serverless(app);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment