[PR #7] [MERGED] Feat/customize subnet #9

Closed
opened 2026-02-15 18:16:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/aws-cdk-for-dify/pull/7
Author: @GareArc
Created: 8/28/2024
Status: Merged
Merged: 8/28/2024
Merged by: @GareArc

Base: mainHead: feat/customize-subnet


📝 Commits (4)

📊 Changes

12 files changed (+214 additions, -34 deletions)

View changed files

📝 .env.example (+9 -0)
📝 README.md (+6 -0)
📝 configs/constructs/eksConfig.ts (+2 -0)
📝 configs/constructs/openSearchConfig.ts (+5 -1)
📝 configs/constructs/postgresConfig.ts (+5 -0)
📝 configs/constructs/redisConfig.ts (+5 -1)
📝 configs/prod.ts (+27 -6)
📝 configs/test.ts (+17 -2)
📝 lib/dify-cdk-stack.ts (+23 -1)
📝 lib/resourceProvider/opensearch.ts (+42 -14)
📝 lib/resourceProvider/postgres.ts (+44 -3)
📝 lib/resourceProvider/redis.ts (+29 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/aws-cdk-for-dify/pull/7 **Author:** [@GareArc](https://github.com/GareArc) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@GareArc](https://github.com/GareArc) **Base:** `main` ← **Head:** `feat/customize-subnet` --- ### 📝 Commits (4) - [`785edd5`](https://github.com/langgenius/aws-cdk-for-dify/commit/785edd59161087e4f67f6408452f77d690a08e34) update: customize subnets - [`5209624`](https://github.com/langgenius/aws-cdk-for-dify/commit/5209624ffc130a7dba7e5c9dbd80a06407a63f22) update: doc - [`269942c`](https://github.com/langgenius/aws-cdk-for-dify/commit/269942c9bdd5b6aabf0dbfbe0e80578624ed86af) Merge from main - [`0730bb0`](https://github.com/langgenius/aws-cdk-for-dify/commit/0730bb0eee73210eca2bae2c1748499df54cc3b6) fix: bad constant ### 📊 Changes **12 files changed** (+214 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+9 -0) 📝 `README.md` (+6 -0) 📝 `configs/constructs/eksConfig.ts` (+2 -0) 📝 `configs/constructs/openSearchConfig.ts` (+5 -1) 📝 `configs/constructs/postgresConfig.ts` (+5 -0) 📝 `configs/constructs/redisConfig.ts` (+5 -1) 📝 `configs/prod.ts` (+27 -6) 📝 `configs/test.ts` (+17 -2) 📝 `lib/dify-cdk-stack.ts` (+23 -1) 📝 `lib/resourceProvider/opensearch.ts` (+42 -14) 📝 `lib/resourceProvider/postgres.ts` (+44 -3) 📝 `lib/resourceProvider/redis.ts` (+29 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:26 -05:00
yindo closed this issue 2026-02-15 18:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/aws-cdk-for-dify#9