Event-Driven Platform Toolkit for Modern Infrastructure
Build scalable services with event sourcing and messaging patterns
Pulumi components for AWS Lambda, SNS, SQS, and API Gateway
Schema-driven domain events with automatic validation
CLI tools to generate services and consumers in seconds
Copy and paste into your terminal
# 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