mirror of
https://github.com/langgenius/aws-cdk-for-dify.git
synced 2026-07-01 20:14:06 -04:00
[PR #7] [MERGED] Feat/customize subnet #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/customize-subnet📝 Commits (4)
785edd5update: customize subnets5209624update: doc269942cMerge from main0730bb0fix: bad constant📊 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.