Skip to content

Commit 91fec30

Browse files
authored
Merge branch 'aws-samples:main' into mjhume-appsync-ws-lambda-bedrock-sam
2 parents 22fb89a + 584ecdd commit 91fec30

File tree

11 files changed

+12
-12
lines changed
  • apigw-http-api-lambda-rds-proxy-java
  • apigw-lambda-dynamodb-sam-java
  • apigw-lambda-eventbridge-lambda-sam-java
  • cloudfront-waf-s3-cdk/src
  • lambda-dynamodb-ddbstream-lambda-sam-java
  • lambda-eventbridge-stepfunctions-sam-java
  • lambda-step-functions-sam-java
  • serverless-message-processing
  • sqs-lambda-dynamodb-sam-java
  • stepfunctions-eventbridge-lambda-sam-java
  • terraform-sqs-lambda

11 files changed

+12
-12
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>

cloudfront-waf-s3-cdk/src/CdkStack.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ internal CdkStack(Construct scope, string id, IStackProps props) : base(scope, i
114114
}
115115
);
116116

117-
//Observe index.html in the url. If we want to auto route to index.html then we can use CloudFront function to redirect requet to index.html.
117+
//Observe index.html in the url. If we want to auto route to index.html then we can use CloudFront function to redirect request to index.html.
118118
new CfnOutput(
119119
this,
120120
"CloudFront URL",

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>

lambda-step-functions-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.core</groupId>
6262
<artifactId>jackson-core</artifactId>
63-
<version>2.13.1</version>
63+
<version>2.15.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.fasterxml.jackson.core</groupId>

serverless-message-processing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An adaptable pattern for message processing using AWS serverless services, featu
3131
```
3232
2. Change directory to the pattern directory:
3333
```
34-
cd serverless-patterns/serverless-message-redrive
34+
cd serverless-patterns/serverless-message-processing
3535
```
3636
3737
# Build the SAM application
@@ -90,4 +90,4 @@ sam delete
9090
2. Confirm the stack has been deleted
9191
```
9292
aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"
93-
```
93+
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.core</groupId>
7777
<artifactId>jackson-core</artifactId>
78-
<version>2.13.1</version>
78+
<version>2.15.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.fasterxml.jackson.core</groupId>

stepfunctions-eventbridge-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>

0 commit comments

Comments
 (0)