UNPKG

the-ldk

Version:

Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.

14 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LambdaFunctionPropsSchema = void 0; const zod_1 = require("zod"); exports.LambdaFunctionPropsSchema = zod_1.z.object({ serviceName: zod_1.z.string(), stage: zod_1.z.string(), entryPath: zod_1.z.string(), handlerName: zod_1.z.string().optional(), tsConfigPath: zod_1.z.string(), functionName: zod_1.z.string().optional(), customOptions: zod_1.z.object({}).optional(), }); //# sourceMappingURL=TSLambdaFunction.type.js.map