Skip to content

Commit 7fbc426

Browse files
authored
Added missing architecture diagram
1 parent 97f4c9c commit 7fbc426

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

apigw-rest-api-lambda-python/apigw-rest-api-lambda-python.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,24 @@
4646
"Delete the application: <code>sam delete</code>."
4747
]
4848
},
49-
"authors": []
49+
"authors": [],
50+
"patternArch": {
51+
"icon1": {
52+
"x": 20,
53+
"y": 50,
54+
"service": "apigw",
55+
"label": "API Gateway REST API"
56+
},
57+
"icon2": {
58+
"x": 80,
59+
"y": 50,
60+
"service": "lambda",
61+
"label": "AWS Lambda"
62+
},
63+
"line1": {
64+
"from": "icon1",
65+
"to": "icon2",
66+
"label": ""
67+
}
68+
}
5069
}

0 commit comments

Comments
 (0)