UNPKG

@hanishi/reason-lambda

Version:

Bucklescript bindings for AWS lambda handlers (v1 and v2)

30 lines (20 loc) 460 B
// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE 'use strict'; function fromBody(body) { return body; } var $$Response = { fromBody: fromBody }; var Authorizer = { }; var Http = { }; var RequestContext = { }; var $$Event = { }; var Context; exports.$$Response = $$Response; exports.Context = Context; exports.Authorizer = Authorizer; exports.Http = Http; exports.RequestContext = RequestContext; exports.$$Event = $$Event; /* No side effect */