Java AWS

Open-source Java projects categorized as AWS

Top 23 Java AWS Projects

  1. cas

    Apereo CAS - Identity & Single Sign On for all earthlings and beyond.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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.

    Project mention: Bridging AI and real-time data with tools | dev.to | 2024-10-02

    A python virtual environment setup with packages installed via requirements.txt. Read more about doing this here.

  4. 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/

  5. 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.

    Project mention: Warpstream Joined Confluent | news.ycombinator.com | 2024-09-14

    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.

  6. ice

    AWS Usage Tool (by Teevity)

  7. aws-cf-templates

    Free Templates for AWS CloudFormation

  8. aws-sdk-java-v2

    The official AWS SDK for Java - Version 2

    Project mention: Good Software Development Habits | news.ycombinator.com | 2024-11-19

    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...

  9. serverless-java-container

    A Java wrapper to run Spring, Spring Boot, Jersey, and other apps inside AWS Lambda.

    Project mention: Optimizing Serverless Lambda with GraalVM Native Image | dev.to | 2024-12-23

    Quick Start Guide: Spring Boot 3

  10. 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: FLaNK Stack Weekly 12 February 2024 | dev.to | 2024-02-12
  11. wrongsecrets

    Vulnerable app with examples showing how to not use secrets

  12. hopsworks

    Hopsworks - Data-Intensive AI platform with a Feature Store

  13. spring-cloud-aws

    The New Home for Spring Cloud AWS

    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[↗]

  14. AWS-Guide

    Amazon Web Services (AWS) Guide. Learn all about Amazon Web Services Tools, Services, and Certifications.

  15. 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-26

    We’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.

  16. 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-06

    An 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.

  17. stratospheric

    All you need to know to get your Spring Boot application into production with AWS 🍃

    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.

  18. amplify-android

    The fastest and easiest way to use AWS from your Android app.

  19. strongbox

    A secret manager for AWS (by schibsted)

  20. amazon-ecs-plugin

    Amazon EC2 Container Service Plugin for Jenkins

  21. java-specialagent

    Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.

  22. 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)

  23. HybridTestFramework

    End to End testing of Web, API, Cloud, Events and Security

    Project mention: Cloud Native Testing Framework | news.ycombinator.com | 2024-03-27
  24. 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!

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java AWS discussion

Log in or Post with

Java AWS related posts

  • Good Software Development Habits

    1 project | news.ycombinator.com | 19 Nov 2024
  • Lambda function with GraalVM Native Image - Part 4 Measuring cold and warm starts using different Lambda memory settings

    1 project | dev.to | 4 Nov 2024
  • How to combine SQS and SNS to implement multiple Consumers (Part 2)

    2 projects | dev.to | 14 Oct 2024
  • Create an AWS SNS Topic Using CDK and consume messages with a Spring Boot Microservice

    2 projects | dev.to | 13 Oct 2024
  • Bridging AI and real-time data with tools

    4 projects | dev.to | 2 Oct 2024
  • Spring Boot 3 application on AWS Lambda - Part 11 Measuring cold and warm starts of Lambda function using Docker Container Image

    2 projects | dev.to | 16 Sep 2024
  • My Journey with AWS CDK and Java: What You Need to Know

    5 projects | dev.to | 2 Sep 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 8th most popular programming language
based on number of references?