Adding AWS CDK deploy link in README in multi-language (#11166)

This commit is contained in:
Kevin Zhao
2024-11-27 17:40:40 +08:00
committed by GitHub
parent 787285d58f
commit 33d6d26bbf
12 changed files with 105 additions and 0 deletions

View File

@@ -147,6 +147,13 @@ 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
Deploy Dify to AWS with [CDK](https://aws.amazon.com/cdk/)
##### AWS
- [AWS CDK by @KevinZhao](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).