暂无描述

Maciej Walkowiak e3edbdde2d Polish tests. 2 年之前
.github d4b131d336 Update core & S3 reference docs for 3.0 (#298) 2 年之前
.idea 1577b9e93b Cleanup (#357) 2 年之前
.mvn d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) 2 年之前
docs 1f3e57fd76 Allow slash at the end of secret name. 2 年之前
spring-cloud-aws-autoconfigure e3edbdde2d Polish tests. 2 年之前
spring-cloud-aws-core 36369ce14e Use version from pom.xml in `SpringCloudClientConfiguration`. (#373) 2 年之前
spring-cloud-aws-dependencies f58e9da85b Upgrade AWS SDK versions (#384) 2 年之前
spring-cloud-aws-jdbc cd6a444b77 Back to snapshots. 2 年之前
spring-cloud-aws-messaging d90287f9a5 SNS integration based on AWS SDK v2 (#276) 2 年之前
spring-cloud-aws-parameter-store 77e9f59954 Cleanup pom files. (#282) 2 年之前
spring-cloud-aws-s3-parent 263211ecb0 Auto-configure S3 TransferManager (#361) 2 年之前
spring-cloud-aws-samples 263211ecb0 Auto-configure S3 TransferManager (#361) 2 年之前
spring-cloud-aws-secrets-manager 1f3e57fd76 Allow slash at the end of secret name. 2 年之前
spring-cloud-aws-ses 1577b9e93b Cleanup (#357) 2 年之前
spring-cloud-aws-sns d90287f9a5 SNS integration based on AWS SDK v2 (#276) 2 年之前
spring-cloud-aws-starters d90287f9a5 SNS integration based on AWS SDK v2 (#276) 2 年之前
spring-cloud-aws-test cd6a444b77 Back to snapshots. 2 年之前
.editorconfig 0d3d4ea139 URL Cleanup 5 年之前
.gitignore b01ae16049 Fix samples (#43) 3 年之前
.gitpod.yml fdf1389b47 Use Maven Daemon in Gitpod environment (#360) 2 年之前
.settings.xml d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) 2 年之前
CONTRIBUTING.md 37c9f57c58 Open user specific fork on Gitpod (#383) 2 年之前
LICENSE.txt 0eef63689e URL Cleanup 5 年之前
Makefile d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) 2 年之前
README.md d00c7e55d3 Update README.md 2 年之前
SECURITY.md c63f77ff5f Add email address to report vulnerabilities in security.md. 2 年之前
eclipse-code-formatter.xml d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) 2 年之前
license-header.txt d114ad34ce Replace Checkstyle & Spring Javaformat with Spotless. (#281) 2 年之前
mvnw a6581776c1 Update Maven wrapper to Maven 3.6.3 (#64) 3 年之前
mvnw.cmd 7ade29945b Upgrade Maven wrapper to 3.8.3 (#197) 2 年之前
pom.xml 263211ecb0 Auto-configure S3 TransferManager (#361) 2 年之前

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

Sponsors

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

localstacklogo

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
SES
Parameter Store
Secrets Manager
SQS In Progress #344
RDS TODO #322
EC2
ElastiCache
CloudFormation
CloudWatch In Progress #237
Cognito In Progesss #340
DynamoDB In Progesss #339

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: