You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Service/Lambda/CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
### Added
6
6
7
7
- AWS api-change: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
8
+
- AWS api-change: Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also.
9
+
- AWS api-change: Add Java 21 (java21) support to AWS Lambda
10
+
- AWS api-change: Add Python 3.12 (python3.12) support to AWS Lambda
11
+
- AWS api-change: Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
12
+
- AWS api-change: Add Node 20 (nodejs20.x) support to AWS Lambda.
0 commit comments