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