This handles the bread and butter of AWS messaging with SQS and SNS using the Java 2.x SDK. You get patterns for sending and receiving messages, setting up FIFO queues when order matters, configuring dead letter queues so messages don't vanish, and wiring up SNS to SQS subscriptions for pub/sub. The examples cover Spring Boot integration and include validation checkpoints that'll save you from silent failures. One thing to appreciate: it emphasizes long polling and actually deleting messages after processing, which sounds basic but trips up plenty of production systems. Good for event-driven architectures where you need reliable async communication between services.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-messaging