From 19acb8cc998cdd123e3c6fa0b48297f8f851771b Mon Sep 17 00:00:00 2001 From: Kevin Zhao Date: Fri, 15 Nov 2024 15:40:43 +0800 Subject: [PATCH] update for AWS CDK --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4c2d803854..06012711a9 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,11 @@ Deploy Dify to Cloud Platform with a single click using [terraform](https://www. ##### Google Cloud - [Google Cloud Terraform by @sotazum](https://github.com/DeNA/dify-google-cloud-terraform) +#### Using AWS CDK for Deployment + +##### AWS Global and AWS China Regions +- [AWS CDK by @KemingZhao](https://github.com/aws-samples/solution-for-deploying-dify-on-aws) + ## Contributing For those who'd like to contribute code, see our [Contribution Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md).