UNPKG

@tsed/platform-serverless-http

Version:
9 lines (8 loc) 170 B
import { Req } from "@tsed/platform-http"; /** * Return the serverless.event * @decorator */ export function ServerlessEvent() { return Req("serverless.event"); }