The event object boilerplate pain is so real — I've written the same API Gateway v2 mock event probably 100 times. A library that abstracts this away is genuinely useful. For anyone running Lambda-based automation workflows (which is a lot of what I build for clients), the testing gap is one of the biggest barriers to confidence in production. Do you handle step function event mocking too? That's the next level of complexity where teams really struggle with test setup.
Archit Mittal
I Automate Chaos — AI workflows, n8n, Claude, and open-source automation for businesses. Turning repetitive work into one-click systems.
That's great to hear! Step function mocking would be a game-changer. In my experience with Lambda-heavy automation pipelines, the step function integration tests are where most of the setup pain lives. Looking forward to seeing that feature land.
The event object boilerplate pain is so real — I've written the same API Gateway v2 mock event probably 100 times. A library that abstracts this away is genuinely useful. For anyone running Lambda-based automation workflows (which is a lot of what I build for clients), the testing gap is one of the biggest barriers to confidence in production. Do you handle step function event mocking too? That's the next level of complexity where teams really struggle with test setup.