the-ldk
Version:
Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.
11 lines • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpressStepFunctionPropsSchema = void 0;
const zod_1 = require("zod");
exports.ExpressStepFunctionPropsSchema = zod_1.z.object({
serviceName: zod_1.z.string(),
stage: zod_1.z.string(),
timeout: zod_1.z.number().optional(),
customOverrides: zod_1.z.object({}).optional(),
});
//# sourceMappingURL=ExpressStepFunction.type.js.map