@allthings/cloud-toolkit
Version:
Standardizes the setup of aws, datadog and other things
5 lines (4 loc) • 345 B
TypeScript
import { APIGatewayProxyEvent, APIGatewayProxyEventV2, Context } from 'aws-lambda';
import { IInterfaceAlagarrOptions, IInterfaceRequest } from '../types';
declare const _default: (event: APIGatewayProxyEvent | APIGatewayProxyEventV2, context: Context, options?: IInterfaceAlagarrOptions) => Promise<IInterfaceRequest>;
export default _default;