Skip to content

Commit 3a4d8b6

Browse files
committed
2 parents 14cd294 + 85906f2 commit 3a4d8b6

File tree

44 files changed

+6201
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6201
-53
lines changed

apigw-http-api-lambda-rds-proxy-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-core</artifactId>
55-
<version>2.18.3</version>
55+
<version>2.19.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>

apigw-lambda-dynamodb-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-core</artifactId>
73-
<version>2.13.1</version>
73+
<version>2.15.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.core</groupId>

apigw-lambda-eventbridge-lambda-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.core</groupId>
8383
<artifactId>jackson-core</artifactId>
84-
<version>2.13.1</version>
84+
<version>2.15.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.core</groupId>
File renamed without changes.
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",
@@ -15,9 +15,9 @@
1515
},
1616
"gitHub": {
1717
"template": {
18-
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/rest-api-alb-integration-workaround",
19-
"templateURL": "serverless-patterns/rest-api-alb-integration-workaround",
20-
"projectFolder": "rest-api-alb-integration-workaround",
18+
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-rest-api-private-alb-integration",
19+
"templateURL": "serverless-patterns/apigw-rest-api-private-alb-integration",
20+
"projectFolder": "apigw-rest-api-private-alb-integration",
2121
"templateFile": "template.yaml"
2222
}
2323
},
@@ -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
}

lambda-dynamodb-ddbstream-lambda-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-core</artifactId>
72-
<version>2.13.1</version>
72+
<version>2.15.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>

lambda-eventbridge-stepfunctions-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-core</artifactId>
72-
<version>2.13.1</version>
72+
<version>2.15.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.4
2-
urllib3==1.26.19
2+
urllib3==2.5.0
33
boto3

0 commit comments

Comments
 (0)