Skip to content

Comments

docs(sqs): add architecture overview README#1581

Merged
tomazfernandes merged 1 commit intoawspring:mainfrom
tomazfernandes:sqs-arch-readme
Feb 17, 2026
Merged

docs(sqs): add architecture overview README#1581
tomazfernandes merged 1 commit intoawspring:mainfrom
tomazfernandes:sqs-arch-readme

Conversation

@tomazfernandes
Copy link
Contributor

@tomazfernandes tomazfernandes commented Feb 15, 2026

What

Add a contributor-focused architecture overview README for the SQS module.

Why

Facilitate collaboration for maintainers, contributors, and reviewers by establishing shared terminology and a clear mental model of the module’s flows and components. This documents the Spring Cloud AWS SQS redesign and the async runtime pipeline built on AWS SDK v2 at a high level.

Scope

  • Adds spring-cloud-aws-sqs/README.md describing the two-phase model:
    • Assembly phase (startup wiring of endpoints and containers)
    • Container execution phase (async polling, processing, acknowledgement)
  • Includes Mermaid diagrams and links to key classes

No functional changes.

Feedback welcome, especially on legibility and terminology.

@github-actions github-actions bot added the component: sqs SQS integration related issue label Feb 15, 2026
@tomazfernandes tomazfernandes force-pushed the sqs-arch-readme branch 4 times, most recently from 3787c07 to 6eb819c Compare February 15, 2026 17:35
Introduce a high-level architecture overview describing assembly and container execution phases,
with Mermaid diagrams and links to key runtime components.
@tomazfernandes tomazfernandes merged commit 88417a0 into awspring:main Feb 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: sqs SQS integration related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant