Skip to content

Commit

Permalink
feat(node): add AWS app-runner mingrammer#645
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier committed Feb 12, 2022
1 parent eaf3e98 commit a381b54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions diagrams/aws/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Compute(_AWS):
_icon_dir = "resources/aws/compute"


class AppRunner(_Compute):
_icon = "app-runner.png"


class ApplicationAutoScaling(_Compute):
_icon = "application-auto-scaling.png"

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

## aws.compute

- **diagrams.aws.compute.AppRunner**
- **diagrams.aws.compute.ApplicationAutoScaling**, **AutoScaling** (alias)
- **diagrams.aws.compute.Batch**
- **diagrams.aws.compute.ComputeOptimizer**
Expand Down
2 changes: 1 addition & 1 deletion docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ Node classes list of onprem provider.
- **diagrams.onprem.monitoring.Dynatrace**
- **diagrams.onprem.monitoring.Grafana**
- **diagrams.onprem.monitoring.Humio**
- **diagrams.onprem.monitoring.Newrelic**
- **diagrams.onprem.monitoring.Nagios**
- **diagrams.onprem.monitoring.Newrelic**
- **diagrams.onprem.monitoring.PrometheusOperator**
- **diagrams.onprem.monitoring.Prometheus**
- **diagrams.onprem.monitoring.Sentry**
Expand Down
Binary file added resources/aws/compute/app-runner.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 a381b54

Please sign in to comment.