Skip to content

Commit

Permalink
feat(node): add AWS MWAA mingrammer#977
Browse files Browse the repository at this point in the history
add the Amazon Workflows for Airflow Apache Resource

Solves mingrammer#977
  • Loading branch information
Billy-Bat committed Feb 23, 2024
1 parent f517463 commit a5d8cf8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"management": {
"SystemsManager": "SSM",
"SystemsManagerParameterStore": "ParameterStore",
"ManagedWorkflowsApacheAirflow": "MWAA"
},
"migration": {
"ApplicationDiscoveryService": "ADS",
Expand Down
5 changes: 5 additions & 0 deletions diagrams/aws/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ class ManagedServices(_Management):
_icon = "managed-services.png"


class ManagedWorkflowsApacheAirflow(_Management):
_icon = "managed-workflows-apache-airflow.png"


class ManagementAndGovernance(_Management):
_icon = "management-and-governance.png"

Expand Down Expand Up @@ -216,3 +220,4 @@ class WellArchitectedTool(_Management):

SSM = SystemsManager
ParameterStore = SystemsManagerParameterStore
MWAA = ManagedWorkflowsApacheAirflow
3 changes: 3 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,9 @@ Node classes list of aws provider.
<img width="30" src="/img/resources/aws/management/managed-services.png" alt="ManagedServices" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.ManagedServices**

<img width="30" src="/img/resources/aws/management/managed-workflows-apache-airflow.png" alt="ManagedWorkflowsApacheAirflow" style="float: left; padding-right: 5px;" >
**diagrams.aws.management.ManagedWorkflowsApacheAirflow**, **MWAA** (alias)

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

Expand Down
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 a5d8cf8

Please sign in to comment.