PlatformServerlessSettings
@tsed/platform-serverless
Usage
typescript
import { PlatformServerlessSettings } from "@tsed/platform-serverless";
See /packages/platform/platform-serverless/src/types/builder/PlatformServerless.ts.
Overview
ts
interface PlatformServerlessSettings extends Partial<TsED.Configuration> {
lambda?: Type[];
}
lambda
ts
lambda?: Type[];