Skip to content

Commit

Permalink
add new services
Browse files Browse the repository at this point in the history
  • Loading branch information
tvqphuoc01 committed Oct 9, 2024
1 parent 28d4854 commit 46006fd
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/aws/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class ManagedStreamingForKafka(_Analytics):
_icon = "managed-streaming-for-kafka.png"


class Opensearch(_Analytics):
_icon = "opensearch.png"


class Quicksight(_Analytics):
_icon = "quicksight.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/aws/devtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Cloud9(_Devtools):
_icon = "cloud9.png"


class Codeartifact(_Devtools):
_icon = "codeartifact.png"


class Codebuild(_Devtools):
_icon = "codebuild.png"

Expand Down
8 changes: 8 additions & 0 deletions diagrams/aws/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ class ControlTower(_Management):
_icon = "control-tower.png"


class DevopsGuru(_Management):
_icon = "devops-guru.png"


class LicenseManager(_Management):
_icon = "license-manager.png"

Expand Down Expand Up @@ -152,6 +156,10 @@ class PersonalHealthDashboard(_Management):
_icon = "personal-health-dashboard.png"


class Proton(_Management):
_icon = "proton.png"


class ServiceCatalog(_Management):
_icon = "service-catalog.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ class NATGateway(_Network):
_icon = "nat-gateway.png"


class NetworkFirewall(_Network):
_icon = "network-firewall.png"


class NetworkingAndContentDelivery(_Network):
_icon = "networking-and-content-delivery.png"

Expand Down
1 change: 1 addition & 0 deletions diagrams/c4/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
A set of nodes and edges to visualize software architecture using the C4 model.
"""

import html
import textwrap
from diagrams import Cluster, Node, Edge
Expand Down
15 changes: 15 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/analytics/managed-streaming-for-kafka.png" alt="ManagedStreamingForKafka" style="float: left; padding-right: 5px;" >
**diagrams.aws.analytics.ManagedStreamingForKafka**

<img width="30" src="/img/resources/aws/analytics/opensearch.png" alt="Opensearch" style="float: left; padding-right: 5px;" >
**diagrams.aws.analytics.Opensearch**

<img width="30" src="/img/resources/aws/analytics/quicksight.png" alt="Quicksight" style="float: left; padding-right: 5px;" >
**diagrams.aws.analytics.Quicksight**

Expand Down Expand Up @@ -389,6 +392,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/devtools/cloud9.png" alt="Cloud9" style="float: left; padding-right: 5px;" >
**diagrams.aws.devtools.Cloud9**

<img width="30" src="/img/resources/aws/devtools/codeartifact.png" alt="Codeartifact" style="float: left; padding-right: 5px;" >
**diagrams.aws.devtools.Codeartifact**

<img width="30" src="/img/resources/aws/devtools/codebuild.png" alt="Codebuild" style="float: left; padding-right: 5px;" >
**diagrams.aws.devtools.Codebuild**

Expand Down Expand Up @@ -857,6 +863,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/management/control-tower.png" alt="ControlTower" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.ControlTower**

<img width="30" src="/img/resources/aws/management/devops-guru.png" alt="DevopsGuru" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.DevopsGuru**

<img width="30" src="/img/resources/aws/management/license-manager.png" alt="LicenseManager" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.LicenseManager**

Expand Down Expand Up @@ -908,6 +917,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/management/personal-health-dashboard.png" alt="PersonalHealthDashboard" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.PersonalHealthDashboard**

<img width="30" src="/img/resources/aws/management/proton.png" alt="Proton" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.Proton**

<img width="30" src="/img/resources/aws/management/service-catalog.png" alt="ServiceCatalog" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.ServiceCatalog**

Expand Down Expand Up @@ -1217,6 +1229,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/network/nat-gateway.png" alt="NATGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.NATGateway**

<img width="30" src="/img/resources/aws/network/network-firewall.png" alt="NetworkFirewall" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.NetworkFirewall**

<img width="30" src="/img/resources/aws/network/networking-and-content-delivery.png" alt="NetworkingAndContentDelivery" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.NetworkingAndContentDelivery**

Expand Down
Binary file added resources/aws/analytics/opensearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/devtools/codeartifact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/management/devops-guru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/management/proton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/network/network-firewall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 46006fd

Please sign in to comment.