Skip to content

Instantly share code, notes, and snippets.

@samanrj
Last active January 23, 2024 11:01
Show Gist options
  • Save samanrj/4c9edbbf5d90f1694d15cc278da3e460 to your computer and use it in GitHub Desktop.
Save samanrj/4c9edbbf5d90f1694d15cc278da3e460 to your computer and use it in GitHub Desktop.
ya
<mxGraphModel dx="1422" dy="797" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="#ffffff" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<!-- Define the Nodes -->
<mxCell id="client" value="Client" style="shape=ellipse;" vertex="1" parent="1">
<mxGeometry x="100" y="100" width="80" height="40" as="geometry"/>
</mxCell>
<mxCell id="route53" value="Route53&#xa;Custom Domain" style="shape=ellipse;" vertex="1" parent="1">
<mxGeometry x="200" y="100" width="100" height="60" as="geometry"/>
</mxCell>
<!-- More nodes will be defined here -->
<!-- Define the Edges -->
<mxCell id="edge1" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="client" target="route53">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<!-- More edges will be defined here -->
</root>
</mxGraphModel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment