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
*[The book on Amazon](https://www.amazon.com/Programming-AWS-Lambda-Serverless-Applications/dp/149204105X)
12
12
13
+
## 2025 updates
14
+
15
+
This current branch of the code was updated in 2025 to include major updates, related to changes in
16
+
dependencies since the book was published in 2020. These changes include:
17
+
18
+
* Updating to use Java 21, and to use the AWS Lambda Java 21 runtime
19
+
* Some minor code updates enabled by Java 21 updates vs. Java 8 - mostly just using the `var` keyword
20
+
* Switching to AWS SDK V2, which has syntax changes for accessing all AWS services
21
+
* Testing code updated and modified to use JUnit 5 and Mockito 5
22
+
* Various other other library updates
23
+
24
+
The original code is available in the [pre-2025-updates tag](https://github.com/symphoniacloud/programming-aws-lambda-book/releases/tag/pre-2025-updates).
25
+
26
+
## Miscellaneous other changes
27
+
13
28
For errata and updates, please see [this page](ErrataAndUpdates.md).
14
29
15
30
We plan on adding blog entries too - keep your eyes peeled on [our blog](https://blog.symphonia.io/) and [our Twitter](https://twitter.com/symphoniacloud).
0 commit comments