Created
July 3, 2018 21:32
-
-
Save msfidelis/af68d5cc2af0d65eaf6d82b9746639f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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