File tree 5 files changed +9
-5
lines changed
samples/kinesis-firehose-event-handler
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class HandlerStream implements RequestStreamHandler {
41
41
<dependency >
42
42
<groupId >com.amazonaws</groupId >
43
43
<artifactId >aws-lambda-java-core</artifactId >
44
- <version >1.2.2 </version >
44
+ <version >1.2.3 </version >
45
45
</dependency >
46
46
```
47
47
@@ -162,4 +162,4 @@ This package defines the Lambda serialization logic using in the `aws-lambda-jav
162
162
163
163
Each of the supplied packages should be used without modification. Removing
164
164
dependencies, adding conflicting dependencies, or selectively including classes
165
- from the packages can result in unexpected behavior.
165
+ from the packages can result in unexpected behavior.
Original file line number Diff line number Diff line change
1
+ ### August 17, 2023
2
+ ` 1.2.3 ` :
3
+ - Extended logger interface with level-aware logging backend functions
4
+
1
5
### November 09, 2022
2
6
` 1.2.2 ` :
3
7
- Added new ` CustomPojoSerializer ` interface
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.amazonaws</groupId >
7
7
<artifactId >aws-lambda-java-core</artifactId >
8
- <version >1.2.2 </version >
8
+ <version >1.2.3 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >AWS Lambda Java Core Library</name >
Original file line number Diff line number Diff line change 66
66
<dependency >
67
67
<groupId >com.amazonaws</groupId >
68
68
<artifactId >aws-lambda-java-core</artifactId >
69
- <version >1.2.2 </version >
69
+ <version >1.2.3 </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >com.amazonaws</groupId >
43
43
<artifactId >aws-lambda-java-core</artifactId >
44
- <version >1.2.2 </version >
44
+ <version >1.2.3 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >com.amazonaws</groupId >
You can’t perform that action at this time.
0 commit comments