UNPKG

@goldstack/utils-aws-lambda

Version:

Utilities for deploying AWS Lambda functions

13 lines 289 B
export declare enum RouteType { DIR = "DIR", FUNCTION = "FUNCTION" } export interface LambdaConfig { name: string; type: RouteType; absoluteFilePath: string; relativeFilePath: string; path: string; route: string; } //# sourceMappingURL=LambdaConfig.d.ts.map