@@ -4,7 +4,8 @@ Simplifies using AWS managed services in a Spring and Spring Boot applications.
44
55For a deep dive into the project, refer to the Spring Cloud AWS Reference documentation:
66
7- - [ Spring Cloud AWS 2.4.0] ( https://docs.awspring.io/spring-cloud-aws/docs/2.4.0/reference/html/index.html )
7+ - [ Spring Cloud AWS 3.0.0-SNAPSHOT] ( https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-SNAPSHOT/reference/html/index.html )
8+ - [ Spring Cloud AWS 2.4.1] ( https://docs.awspring.io/spring-cloud-aws/docs/2.4.1/reference/html/index.html )
89- [ Spring Cloud AWS 2.3.4] ( https://docs.awspring.io/spring-cloud-aws/docs/2.3.4/reference/html/index.html )
910
1011## Compatibility with Spring Project Versions
@@ -19,18 +20,20 @@ This project has dependency and transitive dependencies on Spring Projects. The
1920
2021## Supported AWS integrations
2122
22- | AWS Service | Spring Cloud AWS 2.x | Spring Cloud AWS 3.x |
23- | -----------------| ----------------------| ----------------------------------------------------------------------------|
24- | S3 | ✅ | ✅ |
25- | SNS | ✅ | [ Under development] ( https://github.com/awspring/spring-cloud-aws/pull/276 ) |
26- | SES | ✅ | ✅ |
27- | Parameter Store | ✅ | ✅ |
28- | Secrets Manager | ✅ | ✅ |
29- | SQS | ✅ | TODO |
30- | RDS | ✅ | TODO |
31- | EC2 | ✅ | ❌ |
32- | ElastiCache | ✅ | ❌ |
33- | CloudFormation | ✅ | ❌ |
23+ | AWS Service | Spring Cloud AWS 2.x | Spring Cloud AWS 3.x |
24+ | -----------------| ----------------------| ---------------------------------------------------------------------------|
25+ | S3 | ✅ | ✅ |
26+ | SNS | ✅ | ✅ |
27+ | SES | ✅ | ✅ |
28+ | Parameter Store | ✅ | ✅ |
29+ | Secrets Manager | ✅ | ✅ |
30+ | SQS | ✅ | TODO |
31+ | RDS | ✅ | TODO [ #322 ] ( https://github.com/awspring/spring-cloud-aws/issues/322 ) |
32+ | EC2 | ✅ | ❌ |
33+ | ElastiCache | ✅ | ❌ |
34+ | CloudFormation | ✅ | ❌ |
35+ | CloudWatch | ✅ | In Progress [ #237 ] ( https://github.com/awspring/spring-cloud-aws/pull/237 ) |
36+ | Cognito | ✅ | TODO |
3437
3538Note, that Spring provides support for other AWS services in following projects:
3639
@@ -83,7 +86,7 @@ make format
8386Documentation can be built by activating the ` docs ` profile in the maven build.
8487
8588```
86- ./mvnw package -Pdocs
89+ make docs
8790```
8891
8992It generates:
0 commit comments