Sen descrición

Maciej Walkowiak fc3ffe8b4a Fix bean name. %!s(int64=2) %!d(string=hai) anos
.github d4b131d336 Update core & S3 reference docs for 3.0 (#298) %!s(int64=2) %!d(string=hai) anos
.idea 81a39822c6 Add metrics to v3 %!s(int64=2) %!d(string=hai) anos
.mvn d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) %!s(int64=2) %!d(string=hai) anos
docs d4b131d336 Update core & S3 reference docs for 3.0 (#298) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-autoconfigure fc3ffe8b4a Fix bean name. %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-core 00625c88d8 Provide `spring-cloud-starter-aws`. (#297) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-dependencies b0717cad48 Update AWS SDK to 1.12.201 (#325) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-jdbc cd6a444b77 Back to snapshots. %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-messaging cd6a444b77 Back to snapshots. %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-parameter-store 77e9f59954 Cleanup pom files. (#282) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-s3-parent 87aaa72f69 Fix `CrossRegionS3Client` generation consistency. (#329) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-samples f4a2ca003e Migrate infrastructure in samples to Java variant of CDK (#313) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-secrets-manager 77e9f59954 Cleanup pom files. (#282) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-ses 77e9f59954 Cleanup pom files. (#282) %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-starters 81a39822c6 Add metrics to v3 %!s(int64=2) %!d(string=hai) anos
spring-cloud-aws-test cd6a444b77 Back to snapshots. %!s(int64=2) %!d(string=hai) anos
.editorconfig 0d3d4ea139 URL Cleanup %!s(int64=5) %!d(string=hai) anos
.gitignore b01ae16049 Fix samples (#43) %!s(int64=3) %!d(string=hai) anos
.settings.xml d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) %!s(int64=2) %!d(string=hai) anos
.travis.yml 82423c8e19 Made checkstyle default %!s(int64=5) %!d(string=hai) anos
LICENSE.txt 0eef63689e URL Cleanup %!s(int64=5) %!d(string=hai) anos
Makefile d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) %!s(int64=2) %!d(string=hai) anos
README.md 1f90ea233b Migrate readme to Markdown (#291) %!s(int64=2) %!d(string=hai) anos
SECURITY.md c63f77ff5f Add email address to report vulnerabilities in security.md. %!s(int64=2) %!d(string=hai) anos
eclipse-code-formatter.xml d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) %!s(int64=2) %!d(string=hai) anos
license-header.txt d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) %!s(int64=2) %!d(string=hai) anos
mvnw a6581776c1 Update Maven wrapper to Maven 3.6.3 (#64) %!s(int64=3) %!d(string=hai) anos
mvnw.cmd 7ade29945b Upgrade Maven wrapper to 3.8.3 (#197) %!s(int64=2) %!d(string=hai) anos
pom.xml 3d06f12785 Update Testcontainers to 1.17.1 (#323) %!s(int64=2) %!d(string=hai) anos

README.md

🍃 Spring Cloud AWS

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 Reference documentation:

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 5.3.x 1.x
3.0.x (under development) 2021.0.x (3.1/Jubilee) 2.6.x 5.3.x 2.x

Supported AWS integrations

AWS Service Spring Cloud AWS 2.x Spring Cloud AWS 3.x
S3
SNS Under development
SES
Parameter Store
Secrets Manager
SQS TODO
RDS TODO
EC2
ElastiCache
CloudFormation

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.

./mvnw package -Pdocs

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: