Skip to content

Commit

Permalink
feat(node): add chatbot icon (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-v1 authored Jan 21, 2022
1 parent 896e21f commit e03ca65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/aws/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class AutoScaling(_Management):
_icon = "auto-scaling.png"


class Chatbot(_Management):
_icon = "chatbot.png"


class CloudformationChangeSet(_Management):
_icon = "cloudformation-change-set.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 @@ -301,6 +301,7 @@ Node classes list of aws provider.
## aws.management

- **diagrams.aws.management.AutoScaling**
- **diagrams.aws.management.Chatbot**
- **diagrams.aws.management.CloudformationChangeSet**
- **diagrams.aws.management.CloudformationStack**
- **diagrams.aws.management.CloudformationTemplate**
Expand Down
Binary file added resources/aws/management/chatbot.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 e03ca65

Please sign in to comment.