UNPKG

cdk-serverless-agentic-api

Version:

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

14 lines 668 B
"use strict"; /** * CDK Serverless Agentic API * * A CDK construct that simplifies the creation of serverless web applications on AWS * by providing a comprehensive solution that integrates CloudFront, S3, Cognito, * API Gateway, and Lambda functions. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CDKServerlessAgenticAPI = void 0; // Export the main construct var cdk_serverless_agentic_api_1 = require("./cdk-serverless-agentic-api"); Object.defineProperty(exports, "CDKServerlessAgenticAPI", { enumerable: true, get: function () { return cdk_serverless_agentic_api_1.CDKServerlessAgenticAPI; } }); //# sourceMappingURL=index.js.map