Islets

Event-Driven Platform Toolkit for Modern Infrastructure

Event-Driven

Build scalable services with event sourcing and messaging patterns

🔧

Infrastructure as Code

Pulumi components for AWS Lambda, SNS, SQS, and API Gateway

🎯

Type-Safe Events

Schema-driven domain events with automatic validation

🚀

Quick Scaffolding

CLI tools to generate services and consumers in seconds

⚡ Quick Install

curl -fsSL https://get-islets.soupilar.com.br/install.sh | sh

Copy and paste into your terminal

🎯 Quick Start

# Create a new event-driven service
islets new service --name="scorekeeper" --team="scoring-team"

# Add an event consumer
cd scorekeeper
islets new consumer --service="scorekeeper" --event="listing.sold"

# Deploy to AWS
make deploy