From 0750f0bd8c85ad4d3658b830905e37a6bab4688c Mon Sep 17 00:00:00 2001 From: huyikai Date: Wed, 17 Apr 2024 09:06:10 +0800 Subject: [PATCH] i18n(zh-cn): Update `aws.mdx` --- src/content/docs/zh-cn/guides/deploy/aws.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/docs/zh-cn/guides/deploy/aws.mdx b/src/content/docs/zh-cn/guides/deploy/aws.mdx index 6700e071cc6cb..e68e060c85808 100644 --- a/src/content/docs/zh-cn/guides/deploy/aws.mdx +++ b/src/content/docs/zh-cn/guides/deploy/aws.mdx @@ -215,3 +215,8 @@ CloudFront 是一个提供内容分发网络 (CDN) 功能的 Web 服务。它用 `BUCKET_ID` 是你的 S3 存储桶的名称。`DISTRIBUTION_ID` 是你的 CloudFront 分发 ID。你可以在 **CloudFront > Distributions > ID** 中找到你的 CloudFront 分发 ID。 ::: +## 社区资源 + +- [将 Astro 部署到 AWS Amplify](https://www.launchfa.st/blog/deploy-astro-aws-amplify) +- [将 Astro 部署到 AWS Elastic Beanstalk](https://www.launchfa.st/blog/deploy-astro-aws-elastic-beanstalk) +- [将 Astro 部署到 AWS Fargate 上的 Amazon ECS](https://www.launchfa.st/blog/deploy-astro-aws-fargate)