Skip to content

Commit

Permalink
Euro 2024: Using Fastly Compute: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartin committed Nov 4, 2024
1 parent 0feabb9 commit 018599b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-11-07-compute-at-edge-personalize-static-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ flowchart LR
end

fastlyVCL -- /* --> bff
fastlyCompute -- read<br>(with cache) --> bff
fastlyCompute -- "read<br>(with cache)" --> bff

bff((BFF))
</div>
Expand Down Expand Up @@ -208,13 +208,13 @@ flowchart LR
fastlyCompute -.-> datastore
end

fastlyCompute -- read<br>(with cache) --> s3
fastlyCompute -- "read<br>(with cache)" --> s3
s3[(S3 Bucket)]

fastlyVCL -- /* --> bff

bff((BFF))
bff -- Generate static<br>files every X minutes --> s3
bff -- "Generate static<br>files every X minutes" --> s3
</div>

<center><ins>**Schema 5: storing non-personalized layouts on Amazon S3.**</ins></center>
Expand Down

0 comments on commit 018599b

Please sign in to comment.