ServerlessEvent
@tsed/platform-serverless
Usage
typescript
import { ServerlessEvent } from "@tsed/platform/platform-serverless/src/types/domain/ServerlessEvent";
See /packages/platform/platform-serverless/src/types/domain/ServerlessEvent.ts.
Overview
ts
type ServerlessEvent = APIGatewayProxyEvent | APIGatewayProxyEventV2 | S3Event | SQSEvent | SNSEvent | DynamoDBStreamEvent | KinesisStreamEvent | CloudWatchLogsEvent | ScheduledEvent | APIGatewayTokenAuthorizerEvent;