Skip to content

ServerlessEvent

@tsed/platform-serverless-http

Usage

typescript
import { ServerlessEvent } from "@tsed/platform-serverless-http";

See /packages/platform/platform-serverless-http/src/types/decorators/serverlessEvent.ts.

Overview

ts
function ServerlessEvent(): ParameterDecorator;

Description

Return the serverless.event

Released under the MIT License.