Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
// { text: 'Guides', link: '/what-is-spring-cloud-aws' },
{ text: 'Reference Docs', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html' }
{ text: 'Reference Docs', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html' }
],

sidebar: [
Expand Down
16 changes: 8 additions & 8 deletions .vitepress/theme/SupportedServices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export default {
data() {
return {
services: [
{ name: 'S3', image: '/S3.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#spring-cloud-aws-s3'},
{ name: 'SQS', image: '/SQS.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#sqs-integration'},
{ name: 'SNS', image: '/SNS.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#spring-cloud-aws-sns'},
{ name: 'DynamoDb', image: '/DynamoDb.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#spring-cloud-aws-dynamoDb'},
{ name: 'CloudWatch', image: '/CloudWatch.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#cloudwatch-metrics'},
{ name: 'Parameter Store', image: '/Parameter-Store.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#spring-cloud-aws-parameter-store'},
{ name: 'Secrets Manager', image: '/Secrets-Manager.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#spring-cloud-aws-secrets-manager'},
{ name: 'SES', image: '/SES.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#spring-cloud-aws-ses'}
{ name: 'S3', image: '/S3.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-s3'},
{ name: 'SQS', image: '/SQS.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#sqs-integration'},
{ name: 'SNS', image: '/SNS.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-sns'},
{ name: 'DynamoDb', image: '/DynamoDb.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-dynamoDb'},
{ name: 'CloudWatch', image: '/CloudWatch.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#cloudwatch-metrics'},
{ name: 'Parameter Store', image: '/Parameter-Store.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-parameter-store'},
{ name: 'Secrets Manager', image: '/Secrets-Manager.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-secrets-manager'},
{ name: 'SES', image: '/SES.png', link: 'https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-ses'}
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
# link: /what-is-spring-cloud-aws
- theme: brand
text: Reference Documentation
link: https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html#configuring-credentials
link: https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#configuring-credentials
- theme: alt
text: View on Github
link: https://github.com/awspring/spring-cloud-aws
Expand Down
6 changes: 4 additions & 2 deletions what-is-spring-cloud-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ For a deep dive into the project, refer to the Spring Cloud AWS documentation:

| Version | Reference Docs | API Docs |
|------------------------|--------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
| Spring Cloud AWS 3.4.0 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/apidocs/index.html) |
| Spring Cloud AWS 3.3.0 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.3.0/apidocs/index.html) |
| Spring Cloud AWS 3.2.1 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.2.1/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.2.1/apidocs/index.html) |
| Spring Cloud AWS 3.1.1 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.1.1/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.1.1/apidocs/index.html) |
Expand All @@ -27,12 +28,13 @@ This project has dependency and transitive dependencies on Spring Projects. The

| Spring Cloud AWS | Spring Cloud | Spring Boot | Spring Framework | AWS Java SDK |
|-----------------------------|-----------------------------------------------------------------------------------------------------------------------|--------------|------------------|--------------|
| 2.3.x (maintenance mode) | [2020.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes) (3.0/Illford) | 2.4.x, 2.5.x | 5.3.x | 1.x |
| 2.4.x (maintenance mode) | [2021.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2021.0-Release-Notes) (3.1/Jubilee) | 2.6.x, 2.7.x | 5.3.x | 1.x |
| 2.3.x (maintenance mode) | [2020.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes) (3.0/Illford) | 2.4.x, 2.5.x | 5.3.x | 1.x |
| 2.4.x (maintenance mode) | [2021.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2021.0-Release-Notes) (3.1/Jubilee) | 2.6.x, 2.7.x | 5.3.x | 1.x |
| 3.0.x | [2022.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2022.0-Release-Notes) (4.0/Kilburn) | 3.0.x, 3.1.x | 6.0.x | 2.x |
| 3.1.x | [2023.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2023.0-Release-Notes) (4.0/Kilburn) | 3.2.x | 6.1.x | 2.x |
| 3.2.x | [2023.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2023.0-Release-Notes) (4.0/Kilburn) | 3.2.x, 3.3.x | 6.1.x | 2.x |
| 3.3.x | [2024.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2024.0-Release-Notes) | 3.4.x | 6.2.x | 2.x |
| 3.4.x | [2025.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2025.0-Release-Notes) | 3.5.x | 6.2.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.

Expand Down