Skip to content

Commit

Permalink
Merge branch '645'
Browse files Browse the repository at this point in the history
* 645:
  feat(node): add AWS app-runner mingrammer#645
  • Loading branch information
haad committed May 12, 2022
2 parents 47a706a + a381b54 commit b7992fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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
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 b7992fb

Please sign in to comment.