You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/providers/mappings/aws/websites.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,5 @@ The following resources are created when deploying Websites to AWS:
20
20
During deployment the Nitric CLI creates a bucket for your website assets and a CloudFront distribution to serve them:
21
21
22
22
- 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
24
24
- Cache invalidation is automatic based on changed files
0 commit comments