SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 Java Lambda Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
powertools-lambda-java
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
AWS Lambda Powertools Data Masking AWS Lambda Powertools is “a developer toolkit to implement Serverless best practices and increase developer velocity” originally developed in Python but made available for Java, Typescript and .NET. As of now only the Python version offers a utility for data masking. Two approaches are proposed. One approach which uses a KMS key to encrypt/decrypt the sensitive information inside the log. A second approach which simply erases the sensitive information before writing the logs. To implement the first approach but also comply with regulations like the right to be forgotten, you would need to have one encryption key per customer, find some way to encrypt each customer’s information with their own key. Should they exercise their right to be forgotten, simply delete the encryption key, making their data forever unrecoverable. Although those approaches can address both problems, you must know exactly what to encrypt/erase. For example, to erase the phone number in a list of customers you would need to do something like this:
-
serverless-graalvm-demo
Sample serverless application written in Java compiled with GraalVM native-image
-
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Java Lambda discussion
Java Lambda related posts
-
Analyze and debug Quarkus based AWS Lambda functions with X-Ray
-
Jaccard Index
-
Show HN: Aide – Java fast reflection, extended optionals and conditionals
-
Paltable Lambda for Java
-
How PHP Opcache Works
-
Field Validator: an alternative to annotation-based validation
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Index
What are some of the best open-source Lambda projects in Java? This list will help you:
# | Project | Stars |
---|---|---|
1 | λ | 874 |
2 | RuleBook | 731 |
3 | powertools-lambda-java | 300 |
4 | serverless-graalvm-demo | 191 |
5 | aide | 18 |
6 | field-validator | 3 |
7 | s3_static_website_gradle | 1 |