A straightforward approach to testing complex event-driven systems in AWS. Flurry bridges the gap between integration and manual end-to-end tests, by automating testing at integration boundaries where services connect.
Create dispatchers (HTTP requests, AWS SQS messages) and listeners (Webhooks, AWS Kinesis events, with Kafka support coming soon).
Add assertions to validate responses and events, or write custom JavaScript for bespoke validation.
Arrange tasks into flows that model your system's event and command sequences.
Execute flows via our CLI for CI/CD integration. Monitor real-time results showing exactly what passed or failed. Metrics reporting coming soon.
Flurry is built with security in mind. Your sensitive data like API keys and AWS credentials stay with you. Simply configure these in your local environment where you run the Flurry CLI.