graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "db_schema/db_schema_lambda" -- "bookstore/books" [label=" 3 ", penwidth="3", color="#00688b82"]; "db_schema/db_schema_lambda_layer/python" -- "bookstore/books" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema/db_schema_lambda_layer/python" -- "db_schema/db_schema_lambda" [label=" 1 ", penwidth="1", color="#00688b5E"]; "rds_proxy" -- "bookstore/books" [label=" 1 ", penwidth="1", color="#00688b5E"]; "rds_proxy" -- "db_schema/db_schema_lambda" [label=" 1 ", penwidth="1", color="#00688b5E"]; "rds_proxy" -- "db_schema/db_schema_lambda_layer/python" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore/reviews" -- "bookstore/books" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore/reviews" -- "db_schema/db_schema_lambda" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore/reviews" -- "db_schema/db_schema_lambda_layer/python" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore/reviews" -- "rds_proxy" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore" -- "bookstore/books" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore" -- "db_schema/db_schema_lambda" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore" -- "db_schema/db_schema_lambda_layer/python" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore" -- "rds_proxy" [label=" 1 ", penwidth="1", color="#00688b5E"]; "bookstore" -- "bookstore/reviews" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema" -- "bookstore/books" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema" -- "db_schema/db_schema_lambda" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema" -- "db_schema/db_schema_lambda_layer/python" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema" -- "rds_proxy" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema" -- "bookstore/reviews" [label=" 1 ", penwidth="1", color="#00688b5E"]; "db_schema" -- "bookstore" [label=" 1 ", penwidth="1", color="#00688b5E"]; }