Skip to content

Commit 3393534

Browse files
committed
Amend pattern
1 parent 472d34c commit 3393534

File tree

1 file changed

+3
-41
lines changed

1 file changed

+3
-41
lines changed

rest-api-private-alb-integration/example-pattern.json

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -51,43 +51,5 @@
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
}

0 commit comments

Comments
 (0)