Sem descrição

Maciej Walkowiak e5fde5b3f6 wip há 1 ano atrás
.github 376299e66d ci: add jdk 19 on build (#550) há 2 anos atrás
.idea 1577b9e93b Cleanup (#357) há 2 anos atrás
.mvn d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) há 2 anos atrás
docs 41fa585f21 Polish docs. (#661) há 1 ano atrás
spring-cloud-aws-autoconfigure e5fde5b3f6 wip há 1 ano atrás
spring-cloud-aws-core 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-dependencies 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-dynamodb e5fde5b3f6 wip há 1 ano atrás
spring-cloud-aws-parameter-store 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-s3-parent e5fde5b3f6 wip há 1 ano atrás
spring-cloud-aws-samples 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-secrets-manager 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-ses 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-sns e5fde5b3f6 wip há 1 ano atrás
spring-cloud-aws-sqs e5fde5b3f6 wip há 1 ano atrás
spring-cloud-aws-starters 52ee134238 Back to snapshots (#651) há 1 ano atrás
spring-cloud-aws-test 52ee134238 Back to snapshots (#651) há 1 ano atrás
.editorconfig 0d3d4ea139 URL Cleanup há 5 anos atrás
.gitignore b01ae16049 Fix samples (#43) há 3 anos atrás
.gitpod.yml fdf1389b47 Use Maven Daemon in Gitpod environment (#360) há 2 anos atrás
.settings.xml d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) há 2 anos atrás
CONTRIBUTING.md 37c9f57c58 Open user specific fork on Gitpod (#383) há 2 anos atrás
LICENSE.txt 0eef63689e URL Cleanup há 5 anos atrás
Makefile b11d0f4e8e Format code on `make build` (#430) há 2 anos atrás
README.md c7c042d752 Update project releases in readme (#664) há 1 ano atrás
SECURITY.md c63f77ff5f Add email address to report vulnerabilities in security.md. há 2 anos atrás
eclipse-code-formatter.xml d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) há 2 anos atrás
license-header.txt d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) há 2 anos atrás
mvnw a6581776c1 Update Maven wrapper to Maven 3.6.3 (#64) há 3 anos atrás
mvnw.cmd 7ade29945b Upgrade Maven wrapper to 3.8.3 (#197) há 2 anos atrás
pom.xml 456a43f161 Fix generating aggregated Javadocs. (#665) há 1 ano atrás

README.md

🍃 Spring Cloud AWS

Open in Gitpod

Simplifies using AWS managed services in a Spring and Spring Boot applications.

For a deep dive into the project, refer to the Spring Cloud AWS documentation:

Version Reference Docs API Docs
Spring Cloud AWS 3.0.0-RC1 Reference Docs API Docs
Spring Cloud AWS 2.4.4 Reference Docs API Docs
Spring Cloud AWS 2.3.5 Reference Docs API Docs

Sponsors

Big thanks to Localstack for providing PRO licenses to the development team!

Compatibility with Spring Project Versions

This project has dependency and transitive dependencies on Spring Projects. The table below outlines the versions of Spring Cloud, Spring Boot and Spring Framework versions that are compatible with certain Spring Cloud AWS version.

Spring Cloud AWS Spring Cloud Spring Boot Spring Framework AWS Java SDK
2.3.x (maintenance mode) 2020.0.x (3.0/Illford) 2.4.x, 2.5.x 5.3.x 1.x
2.4.x (maintenance mode) 2021.0.x (3.1/Jubilee) 2.6.x, 2.7.x 5.3.x 1.x
3.0.x (under development) 2022.0.x (4.0/Kilburn) 3.0.x 6.0.x 2.x

Note: 3.0.0-M2 is the last version compatible with Spring Boot 2.7.x and Spring Cloud 3.1. Starting from 3.0.0-M3, project has switched to Spring Boot 3.0.

Supported AWS integrations

AWS Service Spring Cloud AWS 2.x Spring Cloud AWS 3.x
S3
SNS
SES
Parameter Store
Secrets Manager
SQS
RDS
EC2
ElastiCache
CloudFormation
CloudWatch
Cognito Covered by Spring Boot
DynamoDB

Note, that Spring provides support for other AWS services in following projects:

Current Efforts

We are working on Spring Cloud AWS 3.0 - a major release that includes moving to AWS SDK v2 and re-thinking most of the integrations.

Checking out and building

To check out the project and build it from source, do the following:

git clone https://github.com/awspring/spring-cloud-aws.git
cd spring-cloud-aws
./mvnw package

To build and install jars into your local Maven cache:

./mvnw install

For faster builds, we recommend using Maven Daemon and using following commands:

Build:

make build

Clean:

make clean

Format code:

make format

Building documentation

Documentation can be built by activating the docs profile in the maven build.

make docs

It generates:

  • reference documentation in docs/target/generated-docs/
  • API docs in target/site/

Getting in touch

Or reach out directly to individual team members: