UNPKG

cdk-serverless-agentic-api

Version:

CDK construct for serverless web applications with CloudFront, S3, Cognito, API Gateway, and Lambda

9 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServerlessWebAppConstruct = void 0; /** * @deprecated Use CDKServerlessAgenticAPI instead. This export is maintained for backward compatibility. */ var cdk_serverless_agentic_api_1 = require("./cdk-serverless-agentic-api"); Object.defineProperty(exports, "ServerlessWebAppConstruct", { enumerable: true, get: function () { return cdk_serverless_agentic_api_1.CDKServerlessAgenticAPI; } }); //# sourceMappingURL=serverless-web-app-construct.js.map