[PR #5] [CLOSED] Fix/cdk update #8

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/aws-cdk-for-dify/pull/5
Author: @GareArc
Created: 8/27/2024
Status: Closed

Base: mainHead: fix/cdk-update


📝 Commits (10+)

📊 Changes

124 files changed (+201 additions, -25222 deletions)

View changed files

📝 .env.example (+12 -4)
📝 README.md (+51 -28)
README.zh.md (+0 -109)
📝 bin/dify-cdk.ts (+14 -8)
📝 configs/constants.ts (+18 -3)
📝 configs/constructs/eksConfig.ts (+0 -7)
configs/constructs/openSearchConfig.ts (+11 -0)
📝 configs/prod.ts (+12 -15)
📝 configs/stackConfig.ts (+5 -4)
📝 configs/test.ts (+12 -15)
images/README/1719060242830.png (+0 -0)
images/README/infra.jpg (+0 -0)
📝 lib/dify-cdk-stack.ts (+14 -25)
📝 lib/resourceProvider/opensearch.ts (+26 -14)
📝 lib/resourceProvider/postgres.ts (+13 -1)
📝 lib/vpc-stack.ts (+12 -0)
📝 package.json (+1 -3)
src/dbInit/index.py (+0 -26)
src/dbInit/psycopg-3.1.19.dist-info/INSTALLER (+0 -1)
src/dbInit/psycopg-3.1.19.dist-info/LICENSE.txt (+0 -165)

...and 80 more files

📄 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/5 **Author:** [@GareArc](https://github.com/GareArc) **Created:** 8/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/cdk-update` --- ### 📝 Commits (10+) - [`811b3d9`](https://github.com/langgenius/aws-cdk-for-dify/commit/811b3d91ba9aa42849ed7bbece0fa3d7341d4865) fix: wrong instruction order - [`a979a4d`](https://github.com/langgenius/aws-cdk-for-dify/commit/a979a4dc0f8f38cf3321529d65a52686d4fef6dd) fix: add explanation for destroy - [`e0d7fc5`](https://github.com/langgenius/aws-cdk-for-dify/commit/e0d7fc5aca36ba3702f9e2acec87173286e2f083) add support for opensearch; add config for public rds - [`4b6495a`](https://github.com/langgenius/aws-cdk-for-dify/commit/4b6495a02f51a395c7870eba086571afe98bcd6a) fix: naming typo - [`01e6acf`](https://github.com/langgenius/aws-cdk-for-dify/commit/01e6acf7b7f966c4a18ce6b5b752ff02d20d971f) fix: naming - [`9dfca28`](https://github.com/langgenius/aws-cdk-for-dify/commit/9dfca28a463f0557fd305db0957a160a8adc76fe) fix: env config and documentations - [`9a1b6a5`](https://github.com/langgenius/aws-cdk-for-dify/commit/9a1b6a5957171a8a40ef411b05f8a6e4e2847f1f) fix: doc update - [`07ba88e`](https://github.com/langgenius/aws-cdk-for-dify/commit/07ba88eee924982930445a9f937d237e5c79f44d) fix: typo - [`9ab0a8b`](https://github.com/langgenius/aws-cdk-for-dify/commit/9ab0a8b9f51860dcd1e59cfdbed8fd8f8b7f5538) fix: typo - [`12e99ef`](https://github.com/langgenius/aws-cdk-for-dify/commit/12e99ef04d749e8feab61376fa23d5fcd521da72) add: alb helm doc ### 📊 Changes **124 files changed** (+201 additions, -25222 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+12 -4) 📝 `README.md` (+51 -28) ➖ `README.zh.md` (+0 -109) 📝 `bin/dify-cdk.ts` (+14 -8) 📝 `configs/constants.ts` (+18 -3) 📝 `configs/constructs/eksConfig.ts` (+0 -7) ➕ `configs/constructs/openSearchConfig.ts` (+11 -0) 📝 `configs/prod.ts` (+12 -15) 📝 `configs/stackConfig.ts` (+5 -4) 📝 `configs/test.ts` (+12 -15) ➖ `images/README/1719060242830.png` (+0 -0) ➕ `images/README/infra.jpg` (+0 -0) 📝 `lib/dify-cdk-stack.ts` (+14 -25) 📝 `lib/resourceProvider/opensearch.ts` (+26 -14) 📝 `lib/resourceProvider/postgres.ts` (+13 -1) 📝 `lib/vpc-stack.ts` (+12 -0) 📝 `package.json` (+1 -3) ➖ `src/dbInit/index.py` (+0 -26) ➖ `src/dbInit/psycopg-3.1.19.dist-info/INSTALLER` (+0 -1) ➖ `src/dbInit/psycopg-3.1.19.dist-info/LICENSE.txt` (+0 -165) _...and 80 more files_ </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:25 -05:00
yindo closed this issue 2026-02-15 18:16:25 -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#8