import { LambdaContext, LambdaEvent } from '../core/lambda'; export interface IController { init(event: LambdaEvent, context: LambdaContext): void; }