UNPKG

@amaabca/aws-lex-custom-resources

Version:
8 lines (7 loc) 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomResourcesStack = exports.CustomResourceBaseStack = void 0; const custom_resources_stack_1 = require("./stacks/custom-resources-stack"); Object.defineProperty(exports, "CustomResourcesStack", { enumerable: true, get: function () { return custom_resources_stack_1.CustomResourcesStack; } }); const custom_resource_base_stack_1 = require("./stacks/custom-resource-base-stack"); Object.defineProperty(exports, "CustomResourceBaseStack", { enumerable: true, get: function () { return custom_resource_base_stack_1.CustomResourceBaseStack; } });