This repository offers reusable AWS CDK modules for building generative AI applications on AWS.
This collection provides AWS CDK constructs for common generative AI architectures, letting developers quickly provision resources like Amazon Bedrock integrations, knowledge bases, and LangChain agents. You can install it via npm (`npm install @cdklabs/generative-ai-cdk-constructs`) or pip, then define stacks in your TypeScript CDK app's `lib/*.ts` files to deploy these patterns. It's actively developed and experimental, focusing on sample implementations rather than stable, production-ready APIs.
This repository offers reusable AWS CDK modules for building generative AI applications on AWS.
AWS developers using CDK who want to quickly experiment with or build generative AI applications on AWS.