A little bit scared
I know - long time, no update. I'm on holiday.
Anyway obviously I'm still working. Over the last couple of weeks I've had the AI team building me an event-sourcing platform. Events are recorded in DynamoDB, which in turn triggers db events, which are picked up by a new Lambda, which creates projections into PostgreSQL.
We've done a nice TDD process, and broken the task into tiny pieces validating as we go. I've built up a new LocalStack instance with my new database tables, and I've had the agents double and triple check everything.
Today we've refreshed all of the integration tests in Bruno, and add new scripts to create events by the thousand for testing.
In all of this time, I've never see it run. I have no evidence that it has actually done a useful increment. Sure, we run unit tests and do code reviews etc, but I've not seen it. Until now. I'm going to press the button in Bruno, and I'm a little bit scared.