5 lines
75 B
JavaScript
Raw Normal View History

2016-03-27 14:35:30 -04:00
'use strict';
var app = require('./lib');
exports.handler = app.lambda();