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

pull/650/merge
gabriel-tessier 3 years ago committed by GitHub
parent eeb1dc7f2b
commit a7929771c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Loading…
Cancel
Save