Skip to main content
Back to registry

aws-sdk-java-v2-messaging

giuseppe-trisciuoglio/developer-kit

Provide comprehensive AWS messaging patterns using AWS SDK for Java 2.x for both SQS and SNS services. Include client setup, queue management, message operations, subscription management, and Spring Boot integration patterns.

Installs281
Install command
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-messaging
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Provide comprehensive AWS messaging patterns using AWS SDK for Java 2.x for both SQS and SNS services. Include client setup, queue management, message operations, subscription management, and Spring Boot integration patterns. Use this skill when working with: Configure AWS credentials using environment variables, AWS CLI, or IAM roles: For comprehensive API documentation and advanced patterns, see: - Amazon SQS queues for message queuing - SNS topics for event publishing and notification - FIFO queues and standard queues - Dead Letter Queues (DLQ) for message handling - SNS subscriptions with email, SMS, SQS, Lambda endpoints - Pub/sub messaging patterns and event-driven architectures - Spring Boot integration with AWS messaging services - Testing strategies using LocalStack or Testcontainers - Use long polling : Set waitTimeSeconds (20-40 seconds) to reduce empty responses - Batch operations : Use sendMessageBatch for multiple messages to reduce API calls - Visibility timeout : Set appropriately based on message processing time (default 30 seconds) - Delete messages : Always delete messages after successful processing - Handle duplicates : Implement idempotent processing for retries - Implement DLQ : Route failed messages to dead letter queues for analysis - Monitor queue depth : Use CloudWatch alarms for high queue backlog - Use FIFO queues : When message order and...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does aws-sdk-java-v2-messaging do?

Provide comprehensive AWS messaging patterns using AWS SDK for Java 2.x for both SQS and SNS services. Include client setup, queue management, message operations, subscription management, and Spring Boot integration patterns.

Is aws-sdk-java-v2-messaging good?

aws-sdk-java-v2-messaging does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does aws-sdk-java-v2-messaging work with?

aws-sdk-java-v2-messaging currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to aws-sdk-java-v2-messaging?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install aws-sdk-java-v2-messaging?

npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-sdk-java-v2-messaging

Related skills

More from giuseppe-trisciuoglio/developer-kit

typescript-docs

by giuseppe-trisciuoglio/developer-kit

621

Deliver production-ready TypeScript documentation that serves multiple audiences through layered documentation architecture. Generate API docs with TypeDoc, create architectural decision records, and maintain comprehensive code examples.

Software EngineeringFrontend and DesignFirst seen Jan 19, 2026

nestjs

by giuseppe-trisciuoglio/developer-kit

596

This skill provides comprehensive guidance for building NestJS applications with TypeScript, including integration with Drizzle ORM for database operations. It covers all major aspects of NestJS development from basic module structure to advanced patterns like microservices and GraphQL.

Software EngineeringFrontend and DesignFirst seen Jan 19, 2026

spring-boot-test-patterns

by giuseppe-trisciuoglio/developer-kit

443

This skill provides comprehensive guidance for writing robust test suites for Spring Boot applications. It covers unit testing with Mockito, integration testing with Testcontainers, performance-optimized slice testing patterns, and best practices for maintaining fast feedback loops.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

spring-boot-rest-api-standards

by giuseppe-trisciuoglio/developer-kit

409

This skill provides comprehensive guidance for building RESTful APIs in Spring Boot applications with consistent design patterns, proper error handling, validation, and architectural best practices based on REST principles and Spring Boot conventions.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026
Related skills

Alternatives in Software Engineering