Browse Source

feat(node): add AWS app-runner #645 (#654)

pull/650/merge
gabriel-tessier 2 years ago
committed by GitHub
parent
commit
a7929771c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions
  1. +4
    -0
      diagrams/aws/compute.py
  2. +1
    -0
      docs/nodes/aws.md
  3. BIN
      resources/aws/compute/app-runner.png

+ 4
- 0
diagrams/aws/compute.py View File

@@ -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"



+ 1
- 0
docs/nodes/aws.md View File

@@ -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**


BIN
resources/aws/compute/app-runner.png View File

Before After
Width: 256  |  Height: 256  |  Size: 34 KiB

Loading…
Cancel
Save