Maciej Walkowiak fc3ffe8b4a Fix bean name. | před 2 roky | |
---|---|---|
.github | před 2 roky | |
.idea | před 2 roky | |
.mvn | před 2 roky | |
docs | před 2 roky | |
spring-cloud-aws-autoconfigure | před 2 roky | |
spring-cloud-aws-core | před 2 roky | |
spring-cloud-aws-dependencies | před 2 roky | |
spring-cloud-aws-jdbc | před 2 roky | |
spring-cloud-aws-messaging | před 2 roky | |
spring-cloud-aws-parameter-store | před 2 roky | |
spring-cloud-aws-s3-parent | před 2 roky | |
spring-cloud-aws-samples | před 2 roky | |
spring-cloud-aws-secrets-manager | před 2 roky | |
spring-cloud-aws-ses | před 2 roky | |
spring-cloud-aws-starters | před 2 roky | |
spring-cloud-aws-test | před 2 roky | |
.editorconfig | před 5 roky | |
.gitignore | před 3 roky | |
.settings.xml | před 2 roky | |
.travis.yml | před 5 roky | |
LICENSE.txt | před 5 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
SECURITY.md | před 2 roky | |
eclipse-code-formatter.xml | před 2 roky | |
license-header.txt | před 2 roky | |
mvnw | před 3 roky | |
mvnw.cmd | před 2 roky | |
pom.xml | před 2 roky |
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:
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 |
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:
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.
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
Documentation can be built by activating the docs
profile in the maven build.
./mvnw package -Pdocs
It generates:
docs/target/generated-docs/
target/site/
Or reach out directly to individual team members: