-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cloud-function): add Cloud Function + deploy to stage/prod (#8366)
This is the main piece of our move from AWS to GCP. In AWS, we have been using CloudFront behaviors to route paths to origins, apply cache policies, and (pre-)process requests using Edge@Lambdas. In GCP, we now use this Cloud Function behind Cloud CDN to route paths, add response headers and process selected requests directly. The Cloud Function is deployed to stage and prod as a separate build step between deploying the content build and invalidating the CDN. Co-authored-by: Brett Kochendorfer <[email protected]> Co-authored-by: Florian Dieminger <[email protected]>
- Loading branch information
1 parent
ff8f8d6
commit 5631c19
Showing
41 changed files
with
12,662 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.