Maciej Walkowiak 0cad0d072b Add migration docs: | 1 سال پیش | |
---|---|---|
.github | 2 سال پیش | |
.idea | 2 سال پیش | |
.mvn | 2 سال پیش | |
docs | 1 سال پیش | |
spring-cloud-aws-autoconfigure | 1 سال پیش | |
spring-cloud-aws-core | 1 سال پیش | |
spring-cloud-aws-dependencies | 1 سال پیش | |
spring-cloud-aws-dynamodb | 1 سال پیش | |
spring-cloud-aws-parameter-store | 1 سال پیش | |
spring-cloud-aws-s3-parent | 1 سال پیش | |
spring-cloud-aws-samples | 1 سال پیش | |
spring-cloud-aws-secrets-manager | 1 سال پیش | |
spring-cloud-aws-ses | 1 سال پیش | |
spring-cloud-aws-sns | 1 سال پیش | |
spring-cloud-aws-sqs | 1 سال پیش | |
spring-cloud-aws-starters | 1 سال پیش | |
spring-cloud-aws-test | 1 سال پیش | |
.editorconfig | 5 سال پیش | |
.gitignore | 3 سال پیش | |
.gitpod.yml | 2 سال پیش | |
.settings.xml | 2 سال پیش | |
CONTRIBUTING.md | 2 سال پیش | |
LICENSE.txt | 5 سال پیش | |
Makefile | 2 سال پیش | |
README.md | 1 سال پیش | |
SECURITY.md | 2 سال پیش | |
eclipse-code-formatter.xml | 2 سال پیش | |
license-header.txt | 2 سال پیش | |
mvnw | 3 سال پیش | |
mvnw.cmd | 2 سال پیش | |
pom.xml | 1 سال پیش |
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-M3 | Reference Docs | API Docs |
Spring Cloud AWS 2.4.2 | Reference Docs | API Docs |
Spring Cloud AWS 2.3.5 | Reference Docs | API Docs |
Big thanks to Localstack for providing PRO licenses to the development team!
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 upcoming M3 we're switching to Spring Boot 3.0.
AWS Service | Spring Cloud AWS 2.x | Spring Cloud AWS 3.x |
---|---|---|
S3 | ✅ | ✅ |
SNS | ✅ | ✅ |
SES | ✅ | ✅ |
Parameter Store | ✅ | ✅ |
Secrets Manager | ✅ | ✅ |
SQS | ✅ | ✅ |
RDS | ✅ | TODO #322 |
EC2 | ✅ | ❌ |
ElastiCache | ✅ | ❌ |
CloudFormation | ✅ | ❌ |
CloudWatch | ✅ | ✅ |
Cognito | ✅ | Covered by Spring Boot |
DynamoDB | ❌ | ✅ |
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.
make docs
It generates:
docs/target/generated-docs/
target/site/
Or reach out directly to individual team members: