/**
 * Marker interface for raw AWS Lambda events.
 * Extend this interface to type your custom event payloads.
 */
export interface IRawEvent {
}
