File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class HandlerStream implements RequestStreamHandler {
43
43
<dependency >
44
44
<groupId >com.amazonaws</groupId >
45
45
<artifactId >aws-lambda-java-core</artifactId >
46
- <version >1.2.3 </version >
46
+ <version >1.3.0 </version >
47
47
</dependency >
48
48
```
49
49
Original file line number Diff line number Diff line change
1
+ ### May 26, 2025
2
+ ` 1.3.0 `
3
+ - Adding support for multi tenancy ([ #545 ] ( https://github.com/aws/aws-lambda-java-libs/pull/545 ) )
4
+
1
5
### August 17, 2023
2
6
` 1.2.3 ` :
3
7
- Extended logger interface with level-aware logging backend functions
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.3 </version >
8
+ <version >1.3.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >AWS Lambda Java Core Library</name >
You can’t perform that action at this time.
0 commit comments