sdk▌
62 indexed skills · max 10 per page
sentry-sdk-upgrade
getsentry/sentry-for-ai · Productivity
sentry-sdk-upgrade
aws-sdk-java-v2-messaging
giuseppe-trisciuoglio/developer-kit · Cloud
AWS messaging patterns for SQS queues and SNS topics using Java 2.x SDK. \n \n Covers queue creation, message send/receive, FIFO queues, dead letter queues, and long polling with batch operations \n Supports SNS topic publishing, subscriptions (email, SMS, SQS, Lambda endpoints), and message filtering with attributes \n Includes Spring Boot integration examples with service classes, configuration beans, and property-based resource management \n Provides best practices for visibility timeouts, id
aws-sdk-java-v2-secrets-manager
giuseppe-trisciuoglio/developer-kit · Cloud
Secure secret storage, retrieval, and rotation using AWS SDK for Java 2.x. \n \n Covers core operations: creating, retrieving, updating, and deleting secrets with version management and automatic rotation support \n Includes SecretCache for production performance optimization with configurable TTL and size limits \n Provides Spring Boot integration patterns including bean configuration, service layers, and database credential management \n Supports JSON-structured secrets for complex credentials
aws-sdk-java-v2-bedrock
giuseppe-trisciuoglio/developer-kit · Cloud
Amazon Bedrock integration for Java 2.x with support for text generation, embeddings, image generation, and streaming responses. \n \n Covers multiple foundation models (Claude, Llama, Titan, Mistral, Cohere, DeepSeek) with unified API patterns for invoking, listing, and managing models \n Includes streaming response handlers for real-time generation, text embeddings for RAG applications, and image generation with Stable Diffusion \n Provides Spring Boot configuration patterns with dependency in
sentry-react-sdk
getsentry/sentry-for-ai · Frontend
sentry-react-sdk
aws-sdk-java-v2-dynamodb
giuseppe-trisciuoglio/developer-kit · Cloud
Type-safe DynamoDB operations using AWS SDK for Java 2.x with Enhanced Client support. \n \n Covers CRUD operations, queries, scans, batch operations, and transactions using the Enhanced Client for type-safe entity mapping with @DynamoDbBean annotations \n Supports composite keys, Global Secondary Indexes (GSI), Local Secondary Indexes (LSI), and advanced filtering with QueryConditional and Expression builders \n Includes Spring Boot integration patterns with repository configuration, dependency
sentry-sdk-setup
getsentry/sentry-for-ai · Productivity
sentry-sdk-setup
aws-sdk-java-v2-core
giuseppe-trisciuoglio/developer-kit · Cloud
Core patterns and configuration for AWS SDK for Java 2.x service clients, authentication, and HTTP management. \n \n Covers client builder patterns, credential provider chains (environment variables, profiles, IAM roles, SSO), and lifecycle management with try-with-resources \n Supports Apache HTTP client for sync operations and Netty for async, with connection pooling, timeout configuration, and SSL optimization \n Includes Spring Boot integration with @ConfigurationProperties , bean definition
aws-sdk-java-v2-s3
giuseppe-trisciuoglio/developer-kit · Cloud
S3 object storage patterns and operations using AWS SDK for Java 2.x. \n \n Covers bucket creation, object uploads/downloads, multipart transfers, presigned URLs, and S3 Transfer Manager for optimized file handling \n Includes synchronous and asynchronous client setup with configurable retry logic, timeouts, and connection pooling \n Provides Spring Boot integration with configuration classes, service layer patterns, and async/reactive workflows \n Supports advanced operations: metadata and encr
aws-sdk-java-v2-rds
giuseppe-trisciuoglio/developer-kit · Cloud
AWS RDS instance and snapshot management using AWS SDK for Java 2.x. \n \n Covers core RDS operations: creating and modifying DB instances, managing snapshots, parameter groups, and querying instance metadata across PostgreSQL, MySQL, Aurora, and other engines \n Includes security patterns for VPC configuration, encryption, IAM authentication, and deletion protection; Multi-AZ and automated backup setup for high availability \n Provides Spring Boot and Lambda integration examples with connection