UNPKG

@tsed/platform-serverless-http

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