Created
January 1, 2020 01:01
-
-
Save nabinno/290da5e2116039666b1eb15033142de8 to your computer and use it in GitHub Desktop.
Revisions
-
nabinno created this gist
Jan 1, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@  ```uml skinparam monochrome true skinparam backgroundColor #EEEEEE actor User as U control CloudFront as F actor EC2 as E participant S3 as S U -> F: |GET|\n/phpbb activate U activate F F <-> E F -> U: |response|\n200 deactivate F deactivate U U -> F: |GET|\n/phpbb/no_page activate U activate F F <-> S F -> U: |response|\n404 deactivate F deactivate U ```