appmod-catalog-blueprints 1.2.2__tar.gz → 1.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {appmod_catalog_blueprints-1.2.2/src/appmod_catalog_blueprints.egg-info → appmod_catalog_blueprints-1.4.0}/PKG-INFO +76 -103
  2. appmod_catalog_blueprints-1.4.0/README.md +136 -0
  3. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/setup.py +3 -3
  4. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints/__init__.py +1455 -564
  5. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints/_jsii/__init__.py +2 -2
  6. appmod_catalog_blueprints-1.4.0/src/appmod_catalog_blueprints/_jsii/cdk-appmod-catalog-blueprints@1.4.0.jsii.tgz +0 -0
  7. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0/src/appmod_catalog_blueprints.egg-info}/PKG-INFO +76 -103
  8. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints.egg-info/SOURCES.txt +1 -1
  9. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints.egg-info/requires.txt +1 -1
  10. appmod_catalog_blueprints-1.2.2/README.md +0 -163
  11. appmod_catalog_blueprints-1.2.2/src/appmod_catalog_blueprints/_jsii/cdk-appmod-catalog-blueprints@1.2.2.jsii.tgz +0 -0
  12. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/LICENSE +0 -0
  13. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/MANIFEST.in +0 -0
  14. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/pyproject.toml +0 -0
  15. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/setup.cfg +0 -0
  16. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints/py.typed +0 -0
  17. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints.egg-info/dependency_links.txt +0 -0
  18. {appmod_catalog_blueprints-1.2.2 → appmod_catalog_blueprints-1.4.0}/src/appmod_catalog_blueprints.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: appmod-catalog-blueprints
3
- Version: 1.2.2
3
+ Version: 1.4.0
4
4
  Summary: Serverless infrastructure components organized by business use cases
5
5
  Home-page: https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -22,86 +22,58 @@ License-File: LICENSE
22
22
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.218.0
23
23
  Requires-Dist: aws-cdk.aws-lambda-python-alpha<3.0.0,>=2.218.0.a0
24
24
  Requires-Dist: constructs<11.0.0,>=10.0.5
25
- Requires-Dist: jsii<2.0.0,>=1.115.0
25
+ Requires-Dist: jsii<2.0.0,>=1.118.0
26
26
  Requires-Dist: publication>=0.0.3
27
27
  Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
- ---
29
+ # AppMod Catalog Blueprints
30
30
 
31
+ [![Code](https://img.shields.io/badge/code-GitHub-green)](https://github.com/cdklabs/cdk-appmod-catalog-blueprints)
32
+ [![Website](https://img.shields.io/badge/website-cdklabs.github.io-blue)](https://cdklabs.github.io/cdk-appmod-catalog-blueprints/)
33
+ [![Package](https://img.shields.io/badge/package-construct--hub-orange)](https://constructs.dev/packages/@cdklabs/cdk-appmod-catalog-blueprints/)
31
34
 
32
- ## title: Introduction
35
+ Application Modernization (AppMod) Catalog Blueprints is a comprehensive library of use case-driven infrastructure solution blueprints built using AWS well-architected best practices. Designed as composable multi-layered building blocks using [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html), these blueprints offer use case-driven solutions with multiple implementation pathways and industry-specific implementations to accelerate serverless development and modernization on AWS.
33
36
 
34
- # AppMod Catalog Blueprints
37
+ **Key Benefits:**
35
38
 
36
- Application Modernization (AppMod) Catalog Blueprints is a comprehensive library of production-ready, use case-driven infrastructure blueprints in the form of composable multi-layered building blocks built using [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html). These blueprints offer use case-driven solutions with multiple implementation pathways and industry-specific implementations that are designed to accelerate serverless development and modernization on AWS.
39
+ * **Use case-driven solutions**: Purpose-built blueprints for common business scenarios like document processing, web applications, and AI workflows, with industry-specific implementations like insurance claims processing
40
+ * **Multi-layered approach**: Infrastructure Foundation → General Use Cases → Industry Examples, allowing you to start with proven patterns and customize as needed.
41
+ * **Composable architecture**: Mix and match independent components with standardized interfaces
42
+ * **Enterprise-ready**: Built-in security, compliance, and AWS Well-Architected best practices
43
+ * **Multi-language support**: Available in TypeScript, Python, Java, and .NET via [JSII](https://aws.github.io/jsii/)
37
44
 
38
- Built with [JSII](https://aws.github.io/jsii/), these constructs are available in TypeScript, Python, Java, and .NET, enabling teams to use their preferred programming language while leveraging the same proven infrastructure patterns.
45
+ ## How to Use This Library
39
46
 
40
47
  Get started by exploring the [use case constructs](use-cases) and deployable [examples](examples). Learn more from [documentation](https://cdklabs.github.io/cdk-appmod-catalog-blueprints/) and [Construct Hub](https://constructs.dev/packages/@cdklabs/cdk-appmod-catalog-blueprints).
41
48
 
42
- ## Core Use Cases
49
+ | Approach | Best For | Get Started |
50
+ |----------|----------|-------------|
51
+ | **🚀 Rapid Deployment** | Quick evaluation, immediate solutions, proof-of-concepts | Use [examples](./examples/) - deploy complete solutions in minutes with sensible defaults and AWS Well-Architected best practices |
52
+ | **🔧 Custom Development** | Specific requirements, enterprise integration, tailored solutions | Use [individual constructs](./use-cases/) - override defaults, inject custom logic, configure for your environment |
53
+
54
+ ## Use Case Building Blocks
55
+
56
+ ### Core Use Cases
43
57
 
44
58
  | Use Case | Description | Quick Deploy Examples |
45
59
  |----------|-------------|----------------------|
46
- | **[Document Processing](./use-cases/document-processing/)** | AI-powered document processing workflows with classification, extraction, and agentic capabilities | • [Bedrock Document Processing](./examples/document-processing/bedrock-document-processing/)<br/>• [Agentic Document Processing](./examples/document-processing/agentic-document-processing/)<br/>• [Full-Stack Insurance Claims Processing Web Application](./examples/document-processing/doc-processing-fullstack-webapp/) |
60
+ | **[Document Processing](./use-cases/document-processing/)** | Intelligent document processing workflows with classification, extraction, and agentic capabilities | • [Bedrock Document Processing](./examples/document-processing/bedrock-document-processing/)<br/>• [Agentic Document Processing](./examples/document-processing/agentic-document-processing/)<br/>• [Full-Stack Insurance Claims Processing Web Application](./examples/document-processing/doc-processing-fullstack-webapp/) |
47
61
  | **[Web Application](./use-cases/webapp/)** | Static web application hosting with global CDN, security headers, and SPA support | • [Full-Stack Insurance Claims Processing Web Application](./examples/document-processing/doc-processing-fullstack-webapp/) |
48
62
 
49
- ## Foundation and Utilities
63
+ ### Foundation and Utilities
50
64
 
51
65
  | Component | Description |
52
66
  |-----------|-------------|
53
- | **[Observability & Monitoring](./use-cases/utilities/observability/)** | Comprehensive monitoring, logging, and alerting with automatic property injection and Lambda Powertools integration |
54
- | **[Data Masking](./use-cases/utilities/lambda_layers/data-masking/)** | Lambda layer for data masking and PII protection in serverless applications |
55
- | **[Infrastructure Foundation](./use-cases/framework/)** | Core infrastructure components and utilities for building scalable applications |
56
-
57
- ## Key Design Principles
58
-
59
- AppMod Catalog Blueprints is built on Object-Oriented Programming (OOP) principles, providing a structured approach to infrastructure development through core design concepts:
60
-
61
- ### Composable Architecture
62
-
63
- Build complex enterprise systems by combining independent, reusable components with standardized interfaces.
64
-
65
- * **Independent components** with clear interfaces and loose coupling for maximum flexibility
66
- * **Mix and match building blocks** to create custom solutions across different contexts and use cases
67
- * **Scalable composition** that maintains consistency while enabling incremental adoption and gradual modernization
68
-
69
- ### Multi-Layered Building Blocks Architecture
67
+ | **[Agentic AI Framework](./use-cases/framework/agents/)** | Composable enterprise framework for building intelligent AI agents that can be mixed and matched across diverse use cases - from document processing to conversational AI |
68
+ | **[Infrastructure Foundation](./use-cases/framework/foundation/)** | Core infrastructure components including VPC networking, access logging, and EventBridge integration |
69
+ | **[Observability & Monitoring](./use-cases/utilities/#observability)** | Comprehensive monitoring, logging, and alerting with automatic property injection and Lambda Powertools integration |
70
+ | **[Data Masking](./use-cases/utilities/#data-masking)** | Lambda layer for data masking and PII protection in serverless applications |
70
71
 
71
- Our blueprints use a multi-layered architecture that bridges the gap between business requirements and technical implementation:
72
-
73
- | Layer | Implementation Type | Purpose | Key Features |
74
- |-------|-------------------|---------|--------------|
75
- | **Infrastructure Foundation** | Abstract base classes | Shared infrastructure components and common services | • Standardized interfaces and contracts<br/>• Extensible foundation for custom implementations |
76
- | **General Use Case Implementation** | Concrete implementation classes | Production-ready implementations for common patterns across industries | • Configurable parameters for different environments<br/>• Abstract method implementations with general-purpose solutions |
77
- | **Industry-Aligned Implementation** | Configured implementation examples | Pre-configured solutions for specific business domains | • Industry-specific validation rules and workflows<br/>• Built-in compliance requirements and domain expertise |
78
-
79
- ### Production-Ready with Smart Defaults
80
-
81
- AppMod Catalog Blueprints serves both **rapid deployment** needs (for teams wanting immediate solutions) and **custom development** requirements (for teams needing tailored implementations), providing flexibility without compromising on production readiness.
82
-
83
- | Approach | Best For | Capabilities |
84
- |----------|----------|--------------|
85
- | **Out-of-the-Box Deployment** | Rapid deployment and evaluation | • Deploy complete solutions in minutes using examples for immediate value<br/>• Pre-configured security, monitoring, and best practices for production readiness<br/>• Sensible defaults with production-ready configurations that work immediately<br/>• No infrastructure boilerplate required with minimal learning curve |
86
- | **Intelligent Customization** | Custom development and integration | • Override defaults to modify behavior without changing core implementation<br/>• Enable/disable optional features to meet specific requirements<br/>• Inject custom logic at predefined extension points while maintaining production readiness<br/>• Configure parameters for different environments and use cases |
87
-
88
- ### Security & Compliance
89
-
90
- All components include enterprise-grade security by default:
91
-
92
- * **CDK Nag Integration**: Automated security compliance checking
93
- * **AWS Well-Architected**: Security, reliability, and performance best practices
94
- * **Encryption & IAM**: At-rest/in-transit encryption with least-privilege access
95
- * **Compliance Reports**: Generate reports with `npm test -- --testPathPattern="nag.test.ts"`
96
-
97
- ## Essential Commands
72
+ ## Getting Started
98
73
 
99
74
  ### Environment Setup
100
75
 
101
76
  ```bash
102
- # Clone the repository
103
- git clone https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git
104
-
105
77
  # Configure AWS credentials and region
106
78
  aws configure
107
79
  # OR set AWS profile: export AWS_PROFILE=your-profile-name
@@ -110,73 +82,74 @@ aws configure
110
82
  npx cdk bootstrap
111
83
  ```
112
84
 
113
- ### Quick Start
85
+ ### Quick Deploy (Complete Solutions)
114
86
 
115
- Deploy a working example in **5 minutes**:
87
+ Deploy working examples in minutes for immediate value:
116
88
 
117
89
  ```bash
118
- # Navigate to any example and deploy
119
- cd examples/document-processing/agentic-document-processing
120
- npm install
121
- npm run deploy
122
- ```
123
-
124
- ### Build & Deploy Project
125
-
126
- ```bash
127
- # Build entire project
128
- npx projen build
90
+ # Clone the repository
91
+ git clone https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git
129
92
 
130
- # Deploy with specific profile/region
131
- npx cdk deploy --require-approval never
93
+ # Deploy complete insurance claims processing solution
94
+ cd examples/document-processing/doc-processing-fullstack-webapp
95
+ npm install && npm run deploy
96
+ # Full AI-powered solution with web interface deployed
132
97
 
133
- # Update CDK CLI if needed
134
- npm install aws-cdk@latest
98
+ # Or deploy basic document processing
99
+ cd examples/document-processing/bedrock-document-processing
100
+ npm install && npm run deploy
135
101
  ```
136
102
 
137
- ### Development
138
-
139
- ```bash
140
- # Run all tests
141
- npm test
103
+ ### Using Individual Constructs
142
104
 
143
- # Run specific test pattern
144
- npm test -- --testPathPattern="document-processing"
105
+ Add to your existing CDK projects for custom solutions:
145
106
 
146
- # Generate CDK Nag compliance reports
147
- npm test -- --testPathPattern="nag.test.ts"
107
+ ```bash
108
+ # Install the library
109
+ npm install @cdklabs/appmod-catalog-blueprints
110
+
111
+ # Use in your CDK code
112
+ import { AgenticDocumentProcessing, WebApp } from '@cdklabs/appmod-catalog-blueprints';
113
+
114
+ const docProcessor = new AgenticDocumentProcessing(this, 'Processor', {
115
+ agentDefinition: {
116
+ bedrockModel: { useCrossRegionInference: true },
117
+ systemPrompt: myPrompt,
118
+ tools: [myTools]
119
+ }
120
+ });
148
121
  ```
149
122
 
150
- ## How to Use This Library
151
-
152
- ### Quick Start (Deploy Examples)
123
+ ## Key Design Principles
153
124
 
154
- 1. **Browse Examples**: Start with the [examples](./examples/) folder to see working implementations
155
- 2. **Deploy & Test**: Use `npm run deploy` in any example to get a working system in minutes
156
- 3. **Customize**: Modify example parameters to fit your specific requirements
125
+ AppMod Catalog Blueprints is built on Object-Oriented Programming (OOP) principles, providing a structured approach to infrastructure development through core design concepts:
157
126
 
158
- ### Using Individual Constructs
127
+ ### Composable Architecture
159
128
 
160
- 1. **Import Constructs**: Add `@cdklabs/appmod-catalog-blueprints` to your CDK project
161
- 2. **Choose Your Layer**: Pick the right abstraction level for your needs
162
- 3. **Configure**: Use the configuration options documented in each construct
129
+ Build complex enterprise systems by combining independent, reusable components with standardized interfaces.
163
130
 
164
- ### Understanding the Layers
131
+ * **Independent components** with clear interfaces and loose coupling for maximum flexibility
132
+ * **Mix and match building blocks** to create custom solutions across different contexts and use cases
133
+ * **Scalable composition** that maintains consistency while enabling incremental adoption and gradual modernization
165
134
 
166
- **Foundation Layer** (`use-cases/framework/`, `use-cases/utilities/`)
135
+ ### Multi-Layered Building Blocks Architecture
167
136
 
168
- * **When to use**: Building custom solutions or need specific infrastructure components
169
- * **Components**: VPC networking, observability utilities, data management tools, etc.
137
+ Our blueprints use a multi-layered architecture that bridges the gap between business requirements and technical implementation:
170
138
 
171
- **Use Case Layer** (`use-cases/document-processing/`, `use-cases/webapp/`)
139
+ | Layer | Implementation Type | Purpose | Key Features |
140
+ |-------|-------------------|---------|--------------|
141
+ | **Infrastructure Foundation** | Abstract base classes | Shared infrastructure components and common services | • Standardized interfaces and contracts<br/>• Extensible foundation for custom implementations |
142
+ | **General Use Case Implementation** | Concrete implementation classes | Implementations for common patterns across industries | • Configurable parameters for different environments<br/>• Abstract method implementations with general-purpose solutions |
143
+ | **Industry-Aligned Implementation** | Configured implementation examples | Pre-configured solutions for specific business domains | • Industry-specific validation rules and workflows<br/>• Built-in compliance requirements and domain expertise |
172
144
 
173
- * **When to use**: Need proven patterns for common business problems
174
- * **Components**: Document processing workflows, web application hosting, data transformation patterns, etc.
145
+ ### Security & Compliance
175
146
 
176
- **Example Layer** (`examples/`)
147
+ All components include enterprise-grade security by default:
177
148
 
178
- * **When to use**: Want complete, deployable solutions
179
- * **Components**: Industry-specific configurations, end-to-end applications, reference implementations, etc.
149
+ * **CDK Nag Integration**: Automated security compliance checking
150
+ * **AWS Well-Architected**: Security, reliability, and performance best practices
151
+ * **Encryption & IAM**: At-rest/in-transit encryption with least-privilege access
152
+ * **Compliance Reports**: Generate reports with `npm test -- --testPathPattern="nag.test.ts"`
180
153
 
181
154
  ## Contributing
182
155
 
@@ -0,0 +1,136 @@
1
+ # AppMod Catalog Blueprints
2
+
3
+ [![Code](https://img.shields.io/badge/code-GitHub-green)](https://github.com/cdklabs/cdk-appmod-catalog-blueprints)
4
+ [![Website](https://img.shields.io/badge/website-cdklabs.github.io-blue)](https://cdklabs.github.io/cdk-appmod-catalog-blueprints/)
5
+ [![Package](https://img.shields.io/badge/package-construct--hub-orange)](https://constructs.dev/packages/@cdklabs/cdk-appmod-catalog-blueprints/)
6
+
7
+ Application Modernization (AppMod) Catalog Blueprints is a comprehensive library of use case-driven infrastructure solution blueprints built using AWS well-architected best practices. Designed as composable multi-layered building blocks using [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) (CDK) [L3 constructs](https://docs.aws.amazon.com/cdk/v2/guide/constructs.html), these blueprints offer use case-driven solutions with multiple implementation pathways and industry-specific implementations to accelerate serverless development and modernization on AWS.
8
+
9
+ **Key Benefits:**
10
+
11
+ * **Use case-driven solutions**: Purpose-built blueprints for common business scenarios like document processing, web applications, and AI workflows, with industry-specific implementations like insurance claims processing
12
+ * **Multi-layered approach**: Infrastructure Foundation → General Use Cases → Industry Examples, allowing you to start with proven patterns and customize as needed.
13
+ * **Composable architecture**: Mix and match independent components with standardized interfaces
14
+ * **Enterprise-ready**: Built-in security, compliance, and AWS Well-Architected best practices
15
+ * **Multi-language support**: Available in TypeScript, Python, Java, and .NET via [JSII](https://aws.github.io/jsii/)
16
+
17
+ ## How to Use This Library
18
+
19
+ Get started by exploring the [use case constructs](use-cases) and deployable [examples](examples). Learn more from [documentation](https://cdklabs.github.io/cdk-appmod-catalog-blueprints/) and [Construct Hub](https://constructs.dev/packages/@cdklabs/cdk-appmod-catalog-blueprints).
20
+
21
+ | Approach | Best For | Get Started |
22
+ |----------|----------|-------------|
23
+ | **🚀 Rapid Deployment** | Quick evaluation, immediate solutions, proof-of-concepts | Use [examples](./examples/) - deploy complete solutions in minutes with sensible defaults and AWS Well-Architected best practices |
24
+ | **🔧 Custom Development** | Specific requirements, enterprise integration, tailored solutions | Use [individual constructs](./use-cases/) - override defaults, inject custom logic, configure for your environment |
25
+
26
+ ## Use Case Building Blocks
27
+
28
+ ### Core Use Cases
29
+
30
+ | Use Case | Description | Quick Deploy Examples |
31
+ |----------|-------------|----------------------|
32
+ | **[Document Processing](./use-cases/document-processing/)** | Intelligent document processing workflows with classification, extraction, and agentic capabilities | • [Bedrock Document Processing](./examples/document-processing/bedrock-document-processing/)<br/>• [Agentic Document Processing](./examples/document-processing/agentic-document-processing/)<br/>• [Full-Stack Insurance Claims Processing Web Application](./examples/document-processing/doc-processing-fullstack-webapp/) |
33
+ | **[Web Application](./use-cases/webapp/)** | Static web application hosting with global CDN, security headers, and SPA support | • [Full-Stack Insurance Claims Processing Web Application](./examples/document-processing/doc-processing-fullstack-webapp/) |
34
+
35
+ ### Foundation and Utilities
36
+
37
+ | Component | Description |
38
+ |-----------|-------------|
39
+ | **[Agentic AI Framework](./use-cases/framework/agents/)** | Composable enterprise framework for building intelligent AI agents that can be mixed and matched across diverse use cases - from document processing to conversational AI |
40
+ | **[Infrastructure Foundation](./use-cases/framework/foundation/)** | Core infrastructure components including VPC networking, access logging, and EventBridge integration |
41
+ | **[Observability & Monitoring](./use-cases/utilities/#observability)** | Comprehensive monitoring, logging, and alerting with automatic property injection and Lambda Powertools integration |
42
+ | **[Data Masking](./use-cases/utilities/#data-masking)** | Lambda layer for data masking and PII protection in serverless applications |
43
+
44
+ ## Getting Started
45
+
46
+ ### Environment Setup
47
+
48
+ ```bash
49
+ # Configure AWS credentials and region
50
+ aws configure
51
+ # OR set AWS profile: export AWS_PROFILE=your-profile-name
52
+
53
+ # Bootstrap your AWS environment (one-time setup)
54
+ npx cdk bootstrap
55
+ ```
56
+
57
+ ### Quick Deploy (Complete Solutions)
58
+
59
+ Deploy working examples in minutes for immediate value:
60
+
61
+ ```bash
62
+ # Clone the repository
63
+ git clone https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git
64
+
65
+ # Deploy complete insurance claims processing solution
66
+ cd examples/document-processing/doc-processing-fullstack-webapp
67
+ npm install && npm run deploy
68
+ # Full AI-powered solution with web interface deployed
69
+
70
+ # Or deploy basic document processing
71
+ cd examples/document-processing/bedrock-document-processing
72
+ npm install && npm run deploy
73
+ ```
74
+
75
+ ### Using Individual Constructs
76
+
77
+ Add to your existing CDK projects for custom solutions:
78
+
79
+ ```bash
80
+ # Install the library
81
+ npm install @cdklabs/appmod-catalog-blueprints
82
+
83
+ # Use in your CDK code
84
+ import { AgenticDocumentProcessing, WebApp } from '@cdklabs/appmod-catalog-blueprints';
85
+
86
+ const docProcessor = new AgenticDocumentProcessing(this, 'Processor', {
87
+ agentDefinition: {
88
+ bedrockModel: { useCrossRegionInference: true },
89
+ systemPrompt: myPrompt,
90
+ tools: [myTools]
91
+ }
92
+ });
93
+ ```
94
+
95
+ ## Key Design Principles
96
+
97
+ AppMod Catalog Blueprints is built on Object-Oriented Programming (OOP) principles, providing a structured approach to infrastructure development through core design concepts:
98
+
99
+ ### Composable Architecture
100
+
101
+ Build complex enterprise systems by combining independent, reusable components with standardized interfaces.
102
+
103
+ * **Independent components** with clear interfaces and loose coupling for maximum flexibility
104
+ * **Mix and match building blocks** to create custom solutions across different contexts and use cases
105
+ * **Scalable composition** that maintains consistency while enabling incremental adoption and gradual modernization
106
+
107
+ ### Multi-Layered Building Blocks Architecture
108
+
109
+ Our blueprints use a multi-layered architecture that bridges the gap between business requirements and technical implementation:
110
+
111
+ | Layer | Implementation Type | Purpose | Key Features |
112
+ |-------|-------------------|---------|--------------|
113
+ | **Infrastructure Foundation** | Abstract base classes | Shared infrastructure components and common services | • Standardized interfaces and contracts<br/>• Extensible foundation for custom implementations |
114
+ | **General Use Case Implementation** | Concrete implementation classes | Implementations for common patterns across industries | • Configurable parameters for different environments<br/>• Abstract method implementations with general-purpose solutions |
115
+ | **Industry-Aligned Implementation** | Configured implementation examples | Pre-configured solutions for specific business domains | • Industry-specific validation rules and workflows<br/>• Built-in compliance requirements and domain expertise |
116
+
117
+ ### Security & Compliance
118
+
119
+ All components include enterprise-grade security by default:
120
+
121
+ * **CDK Nag Integration**: Automated security compliance checking
122
+ * **AWS Well-Architected**: Security, reliability, and performance best practices
123
+ * **Encryption & IAM**: At-rest/in-transit encryption with least-privilege access
124
+ * **Compliance Reports**: Generate reports with `npm test -- --testPathPattern="nag.test.ts"`
125
+
126
+ ## Contributing
127
+
128
+ See [CONTRIBUTING.md](https://github.com/cdklabs/cdk-appmod-catalog-blueprints/blob/main/CONTRIBUTING.md) for detailed guidelines on how to contribute to this project.
129
+
130
+ ## Disclaimer
131
+
132
+ These application solutions are not supported products in their own right, but examples to help our customers use our products from their applications. As our customer, any applications you integrate these examples in should be thoroughly tested, secured, and optimized according to your business's security standards before deploying to production or handling production workloads.
133
+
134
+ ## License
135
+
136
+ Apache License 2.0 - see [LICENSE](https://github.com/cdklabs/cdk-appmod-catalog-blueprints/blob/main/LICENSE) file for details.
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "appmod-catalog-blueprints",
8
- "version": "1.2.2",
8
+ "version": "1.4.0",
9
9
  "description": "Serverless infrastructure components organized by business use cases",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/cdklabs/cdk-appmod-catalog-blueprints.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "appmod_catalog_blueprints._jsii": [
29
- "cdk-appmod-catalog-blueprints@1.2.2.jsii.tgz"
29
+ "cdk-appmod-catalog-blueprints@1.4.0.jsii.tgz"
30
30
  ],
31
31
  "appmod_catalog_blueprints": [
32
32
  "py.typed"
@@ -37,7 +37,7 @@ kwargs = json.loads(
37
37
  "aws-cdk-lib>=2.218.0, <3.0.0",
38
38
  "aws-cdk.aws-lambda-python-alpha>=2.218.0.a0, <3.0.0",
39
39
  "constructs>=10.0.5, <11.0.0",
40
- "jsii>=1.115.0, <2.0.0",
40
+ "jsii>=1.118.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard>=2.13.3,<4.3.0"
43
43
  ],