[PR #4] [MERGED] Fix/cdk update #7

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/4
Author: @GareArc
Created: 8/27/2024
Status: Merged
Merged: 8/27/2024
Merged by: @GarfieldDai

Base: mainHead: fix/cdk-update


📝 Commits (5)

  • 811b3d9 fix: wrong instruction order
  • a979a4d fix: add explanation for destroy
  • e0d7fc5 add support for opensearch; add config for public rds
  • 4b6495a fix: naming typo
  • 01e6acf fix: naming

📊 Changes

13 files changed (+125 additions, -30 deletions)

View changed files

📝 .env.example (+7 -2)
📝 README.md (+9 -9)
📝 README.zh.md (+10 -9)
📝 bin/dify-cdk.ts (+9 -3)
📝 configs/constants.ts (+1 -1)
configs/constructs/openSearchConfig.ts (+11 -0)
📝 configs/prod.ts (+11 -0)
📝 configs/stackConfig.ts (+4 -0)
📝 configs/test.ts (+10 -0)
📝 lib/dify-cdk-stack.ts (+19 -3)
📝 lib/resourceProvider/opensearch.ts (+9 -2)
📝 lib/resourceProvider/postgres.ts (+13 -1)
📝 lib/vpc-stack.ts (+12 -0)

📄 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/4 **Author:** [@GareArc](https://github.com/GareArc) **Created:** 8/27/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@GarfieldDai](https://github.com/GarfieldDai) **Base:** `main` ← **Head:** `fix/cdk-update` --- ### 📝 Commits (5) - [`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 ### 📊 Changes **13 files changed** (+125 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -2) 📝 `README.md` (+9 -9) 📝 `README.zh.md` (+10 -9) 📝 `bin/dify-cdk.ts` (+9 -3) 📝 `configs/constants.ts` (+1 -1) ➕ `configs/constructs/openSearchConfig.ts` (+11 -0) 📝 `configs/prod.ts` (+11 -0) 📝 `configs/stackConfig.ts` (+4 -0) 📝 `configs/test.ts` (+10 -0) 📝 `lib/dify-cdk-stack.ts` (+19 -3) 📝 `lib/resourceProvider/opensearch.ts` (+9 -2) 📝 `lib/resourceProvider/postgres.ts` (+13 -1) 📝 `lib/vpc-stack.ts` (+12 -0) </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#7