File tree Expand file tree Collapse file tree 1 file changed +3
-41
lines changed
rest-api-private-alb-integration Expand file tree Collapse file tree 1 file changed +3
-41
lines changed Original file line number Diff line number Diff line change 11{
2- "title" : " REST API Integration with Private ALB integration" ,
3- "description" : " This pattern explains workaround on how to integrate an API Gateway REST API with an Application Load Balancer." ,
2+ "title" : " Amazon API Gateway REST API Integration with Private ALB integration" ,
3+ "description" : " This pattern explains how to integrate an Amazon API Gateway REST API with an Application Load Balancer." ,
44 "language" : " Python" ,
55 "level" : " 200" ,
66 "framework" : " AWS SAM" ,
5151 "linkedin" : " vamsipulikonda" ,
5252 "bio" : " I am a cloud computing enthusiast working as a Cloud Engineer at Amazon Web Services."
5353 }
54- ],
55- "patternArch" : {
56- "icon1" : {
57- "x" : 15 ,
58- "y" : 50 ,
59- "service" : " apigw" ,
60- "label" : " Amazon API Gateway"
61- },
62- "icon2" : {
63- "x" : 43 ,
64- "y" : 50 ,
65- "service" : " alb" ,
66- "label" : " Network Load Balancer"
67- },
68- "icon3" : {
69- "x" : 70 ,
70- "y" : 50 ,
71- "service" : " alb" ,
72- "label" : " App. Load Balancer"
73- },
74- "icon4" : {
75- "x" : 92 ,
76- "y" : 50 ,
77- "service" : " lambda" ,
78- "label" : " AWS Lambda"
79- },
80- "line1" : {
81- "from" : " icon1" ,
82- "to" : " icon2"
83- },
84- "line2" : {
85- "from" : " icon2" ,
86- "to" : " icon3"
87- },
88- "line3" : {
89- "from" : " icon3" ,
90- "to" : " icon4"
91- }
92- }
54+ ]
9355}
You can’t perform that action at this time.
0 commit comments