Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 624f776

Browse files
davemooreuwsjyecusch
authored andcommitted
add more missing references
1 parent 1a5d9dc commit 624f776

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/architecture/websites.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ ws.send('Hello, server!')
148148
**Operations** will use or extend the Nitric infrastructure modules, including both Terraform and Pulumi:
149149

150150
- Terraform Modules:
151+
- [AWS Website Terraform Module](https://github.com/nitrictech/nitric/blob/main/cloud/aws/deploytf/.nitric/modules/website/main.tf)
151152
- [Azure Website Terraform Module](https://github.com/nitrictech/nitric/blob/main/cloud/azure/deploytf/.nitric/modules/website/main.tf)
152153
- [Google Cloud Website Terraform Module](https://github.com/nitrictech/nitric/blob/main/cloud/gcp/deploytf/.nitric/modules/website/main.tf)
153154
- Pulumi Modules:

docs/providers/mappings/aws/websites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ The following resources are created when deploying Websites to AWS:
2020
During deployment the Nitric CLI creates a bucket for your website assets and a CloudFront distribution to serve them:
2121

2222
- The declared website is created in S3
23-
- A CloudFront distribution is created to serve your website and rewrite all APIs to `/api/{apiName}` using CloudFront Functions
23+
- A CloudFront distribution is created to serve your website and rewrite all APIs to `/api/{apiName}` and websocket routes to `/ws/{websocketName}` using CloudFront Functions
2424
- Cache invalidation is automatic based on changed files

0 commit comments

Comments
 (0)