@allthings/cloud-toolkit
Version:
Standardizes the setup of aws, Datadog and other things
5 lines (4 loc) • 303 B
TypeScript
import AWSLambda from 'aws-lambda';
import { IInterfaceAlagarrOptions, IInterfaceRequest, IInterfaceResponse } from '../types';
declare const _default: (request: IInterfaceRequest, callback: AWSLambda.Callback, options: IInterfaceAlagarrOptions) => Promise<IInterfaceResponse>;
export default _default;