Skip to content

Commit

Permalink
Merge pull request #57 from zach-anthony/master
Browse files Browse the repository at this point in the history
feat(aws - customer engagement): added Customer Engagement services
  • Loading branch information
mingrammer authored Mar 9, 2020
2 parents a49ee25 + dc6c114 commit f5ba01f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
"CommandLineInterface": "CLI",
"DeveloperTools": "DevTools",
},
"engagement": {
"SimpleEmailServiceSes": "SES",
},
"integration": {
"SimpleNotificationServiceSns": "SNS",
"SimpleQueueServiceSqs": "SQS",
Expand Down
25 changes: 25 additions & 0 deletions diagrams/aws/engagement.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _AWS


class _Engagement(_AWS):
_type = "engagement"
_icon_dir = "resources/aws/engagement"


class Connect(_Engagement):
_icon = "connect.png"


class Pinpoint(_Engagement):
_icon = "pinpoint.png"


class SimpleEmailServiceSes(_Engagement):
_icon = "simple-email-service-ses.png"


# Aliases

SES = SimpleEmailServiceSes
6 changes: 6 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Node classes list of aws provider.
- **diagrams.aws.iot.IotSitewise**
- **diagrams.aws.iot.IotThingsGraph**

## aws.engagement

- **diagrams.aws.engagement.Connect**
- **diagrams.aws.engagement.Pinpoint**
- **diagrams.aws.engagement.SimpleEmailServiceSes**, **SES** (alias)

## aws.compute

- **diagrams.aws.compute.ApplicationAutoScaling**, **AutoScaling** (alias)
Expand Down
Binary file added resources/aws/engagement/connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/engagement/pinpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 f5ba01f

Please sign in to comment.