SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Java AWS Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
A python virtual environment setup with packages installed via requirements.txt. Read more about doing this here.
-
aws-sdk-java
The official AWS SDK for Java 1.x (In Maintenance Mode, End-of-Life on 12/31/2025). The AWS SDK for Java 2.x is available here: https://github.com/aws/aws-sdk-java-v2/
-
automq
AutoMQ is a cloud-first alternative to Kafka by decoupling durability to S3 and EBS. 10x Cost-Effective. No Cross-AZ Traffic Cost. Autoscale in seconds. Single-digit ms latency.
Please checkout automq: https://github.com/AutoMQ/automq
AutoMQ is a cloud-first alternative to Kafka by decoupling durability to S3 and EBS. 10x cost-effective. Autoscale in seconds. Single-digit ms latency.
-
-
-
Thankfully most of the AWS SDK uses interfaces[1] so one can use Mockito if you already have the muscle memory with it, or its InvocationHandler friend[2] if truly customized responses are needed
If one needs to exercise the AWS SDK itself, as part of some repo steps for a support issue, it's similarly glucose-cheap to patch moto to 500 in the necessary circumstances. I've had good luck using their ExecutionInterceptor ServiceLoader mechanism[3] to patch the Client's endpoint URI to point to moto or localstack without having to monkey with every single Client instantiation, which can be especially no-fun for STS AssumeRole or AssumeRoleWithWebIdentity setups (since one doesn't want it to use real STS for anything). That way the actual SDK pathway is still exercised all the way into the caller's code for a more honest-to-goodness bad outcome but without the hope-and-pray of contacting real S3
1: e.g. https://sdk.amazonaws.com/java/api/2.29.16/software/amazon/a...
2: https://docs.oracle.com/en/java/javase/11/docs/api/java.base...
3: https://github.com/aws/aws-sdk-java-v2/blob/2.29.17/core/sdk...
-
serverless-java-container
A Java wrapper to run Spring, Spring Boot, Jersey, and other apps inside AWS Lambda.
Quick Start Guide: Spring Boot 3
-
master-spring-and-spring-boot
Spring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to Cloud
-
-
-
Project mention: How to combine SQS and SNS to implement multiple Consumers (Part 2) | dev.to | 2024-10-14
To keep things simple and avoid complicating my life, I will use Spring Cloud AWS Docs[↗]
-
AWS-Guide
Amazon Web Services (AWS) Guide. Learn all about Amazon Web Services Tools, Services, and Certifications.
-
retail-store-sample-app
Sample application for demonstrating container platforms and related technology
Project mention: Mitigating disruption during Amazon EKS cluster upgrade with blue/green deployment | dev.to | 2024-06-26We’ll demonstrate this on an EKS cluster with EC2 instances as worker nodes. This strategy can be also applied the same for Fargate, and we'll leverage the popular AWS Retail Store sample application to demonstrate the steps. For the code, head over to the AWS repository. By the end of this blog, you'll have a clear understanding of what an EKS upgrade entails and how to navigate it with confidence.
-
powertools-lambda-java
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
Project mention: Analyze and debug Quarkus based AWS Lambda functions with X-Ray | dev.to | 2024-02-06An alternative to building your own Interceptor might be to start using AWS PowerTools for Lambda (Java). Powertools for Java is a great way to boost your developer productivity, but it can be used for more than X-Ray, so Ill save it for another post.
-
Project mention: Ask HN: What are the best eBook authoring tools today? | news.ycombinator.com | 2024-03-07
For "Stratospheric - From Zero to Production with Spring Boot and AWS" (https://stratospheric.dev/) we used IntelliJ IDEA.
For a technical ebook with lots of code samples using our trusted IDE just was the natural choice.
-
-
-
-
java-specialagent
Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
-
magpie
A Cloud Security Posture Manager or CSPM with a focus on security analysis for the modern cloud stack and a focus on the emerging threat landscape such as cloud ransomware and supply chain attacks. (by openraven)
-
-
formkiq-core
A full-featured Document Layer for your application, providing the functionality of a flexible document management system, including storage, discovery, processing, and retrieval. Deploys directly into your Amazon Web Services Cloud. 🌟 Star to support our work!
Java AWS discussion
Java AWS related posts
-
Good Software Development Habits
-
Lambda function with GraalVM Native Image - Part 4 Measuring cold and warm starts using different Lambda memory settings
-
How to combine SQS and SNS to implement multiple Consumers (Part 2)
-
Create an AWS SNS Topic Using CDK and consume messages with a Spring Boot Microservice
-
Bridging AI and real-time data with tools
-
Spring Boot 3 application on AWS Lambda - Part 11 Measuring cold and warm starts of Lambda function using Docker Container Image
-
My Journey with AWS CDK and Java: What You Need to Know
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Jan 2025
Index
What are some of the best open-source AWS projects in Java? This list will help you:
# | Project | Stars |
---|---|---|
1 | cas | 10,997 |
2 | aws-doc-sdk-examples | 9,745 |
3 | aws-sdk-java | 4,140 |
4 | automq | 4,010 |
5 | ice | 2,861 |
6 | aws-cf-templates | 2,760 |
7 | aws-sdk-java-v2 | 2,237 |
8 | serverless-java-container | 1,503 |
9 | master-spring-and-spring-boot | 1,461 |
10 | wrongsecrets | 1,260 |
11 | hopsworks | 1,188 |
12 | spring-cloud-aws | 909 |
13 | AWS-Guide | 510 |
14 | retail-store-sample-app | 293 |
15 | powertools-lambda-java | 291 |
16 | stratospheric | 268 |
17 | amplify-android | 251 |
18 | strongbox | 239 |
19 | amazon-ecs-plugin | 194 |
20 | java-specialagent | 185 |
21 | magpie | 178 |
22 | HybridTestFramework | 146 |
23 | formkiq-core | 116 |