Skip to content

Commit

Permalink
feat(aws): add cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Apr 17, 2019
1 parent 4c3f013 commit d7ac798
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws/aws-macros.puml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@

!define ecr(eId, eLabel) entity(node, eId, ElasticContainerRegistry, eLabel)
!define ecr(eId) ecr(eId, Registry)

!define cloudfront(eId, eLabel) entity(node, eId, CloudFront, eLabel)
!define cloudfront(eId) cloudfront(eId, CDN)
4 changes: 4 additions & 0 deletions aws/aws-styles.puml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@ skinparam node<<ElasticContainerRegistry>> {
BorderColor AWS_COLOR
StereotypeFontColor AWS_COLOR
}
skinparam node<<CloudFront>> {
BorderColor AWS_COLOR
StereotypeFontColor AWS_COLOR
}

skinparam defaultTextAlignment center

0 comments on commit d7ac798

Please sign in to comment.