Mike 4e9cd0ef33 Fix minor typo in `DynamoDbOperations` interface (#1139) | há 7 meses atrás | |
---|---|---|
.github | há 8 meses atrás | |
.idea | há 8 meses atrás | |
.mvn | há 2 anos atrás | |
docs | há 7 meses atrás | |
spring-cloud-aws-autoconfigure | há 7 meses atrás | |
spring-cloud-aws-core | há 7 meses atrás | |
spring-cloud-aws-dependencies | há 7 meses atrás | |
spring-cloud-aws-dynamodb | há 7 meses atrás | |
spring-cloud-aws-modulith | há 7 meses atrás | |
spring-cloud-aws-parameter-store | há 7 meses atrás | |
spring-cloud-aws-s3 | há 7 meses atrás | |
spring-cloud-aws-samples | há 7 meses atrás | |
spring-cloud-aws-secrets-manager | há 7 meses atrás | |
spring-cloud-aws-ses | há 7 meses atrás | |
spring-cloud-aws-sns | há 7 meses atrás | |
spring-cloud-aws-sqs | há 7 meses atrás | |
spring-cloud-aws-starters | há 7 meses atrás | |
spring-cloud-aws-test | há 7 meses atrás | |
spring-cloud-aws-testcontainers | há 7 meses atrás | |
.editorconfig | há 5 anos atrás | |
.gitignore | há 3 anos atrás | |
.gitpod.yml | há 2 anos atrás | |
.settings.xml | há 2 anos atrás | |
CONTRIBUTING.md | há 1 ano atrás | |
LICENSE.txt | há 5 anos atrás | |
Makefile | há 11 meses atrás | |
README.md | há 8 meses atrás | |
SECURITY.md | há 2 anos atrás | |
eclipse-code-formatter.xml | há 2 anos atrás | |
license-header.txt | há 2 anos atrás | |
mvnw | há 3 anos atrás | |
mvnw.cmd | há 2 anos atrás | |
pom.xml | há 7 meses atrás |
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 documentation:
Version | Reference Docs | API Docs |
---|---|---|
Spring Cloud AWS 3.1.1 | Reference Docs | API Docs |
Spring Cloud AWS 3.0.4 | Reference Docs | API Docs |
Spring Cloud AWS 2.4.4 | 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 | 2022.0.x (4.0/Kilburn) | 3.0.x, 3.1.x | 6.0.x | 2.x |
3.1.x | 2023.0.x (4.0/Kilburn) | 3.2.x | 6.1.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 3.0.0-M3, project has switched 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 | ✅ | ❌ |
EC2 | ✅ | ❌ |
ElastiCache | ✅ | ❌ |
CloudFormation | ✅ | ❌ |
CloudWatch | ✅ | ✅ |
Cognito | ✅ | Covered by Spring Boot |
DynamoDB | ❌ | ✅ |
Note, that Spring provides support for other AWS services in following projects:
Or reach out directly to individual team members: