UNPKG

@allthings/cloud-toolkit

Version:

Standardizes the setup of aws, datadog and other things

6 lines (5 loc) 271 B
import AWSLambda from 'aws-lambda'; import { IInterfaceRequest } from '../../src/alagarr'; export declare const mockContext: AWSLambda.Context; export declare const mockRequestContext: AWSLambda.APIGatewayEventRequestContext; export declare const get: IInterfaceRequest;