Skip to content

Commit

Permalink
feat: add Fastly CDN. (mingrammer#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherouvim authored and ajmaradiaga committed Nov 8, 2023
1 parent ecb2d87 commit b8049c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/saas/cdn.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ class Cloudflare(_Cdn):
_icon = "cloudflare.png"


class Fastly(_Cdn):
_icon = "fastly.png"


# Aliases
1 change: 1 addition & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Node classes list of saas provider.

- **diagrams.saas.cdn.Akamai**
- **diagrams.saas.cdn.Cloudflare**
- **diagrams.saas.cdn.Fastly**

## saas.chat

Expand Down
Binary file added resources/saas/cdn/fastly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8049c2

Please sign in to comment.