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) 231 B
import { InterfaceRequest } from '../../src/types'; export declare const mockContext: AWSLambda.Context; export declare const mockRequestContext: AWSLambda.APIGatewayEventRequestContext; export declare const get: InterfaceRequest;