UNPKG

aws-lager

Version:

AWS Lambda / API Gateway / Endpoint Router

8 lines (4 loc) 124 B
'use strict'; module.exports = function(input, cb) { cb(new Error('This sample endpoint always returns an error')); };