UNPKG

alagarr

Version:

Alagarr is a request-response helper library that removes the boilerplate from your Node.js serverless functions and helps make your code portable.

5 lines (4 loc) 293 B
import * as AWSLambda from 'aws-lambda'; import { InterfaceAlagarrOptions, InterfaceRequest } from '../types'; declare const _default: (event: AWSLambda.APIGatewayProxyEvent, context: AWSLambda.Context, options?: InterfaceAlagarrOptions) => Promise<InterfaceRequest>; export default _default;