Even with LLMs, they can't ship a GET endpoint..? I feel like there are a lot of people nowadays that are just pretending to be devs and ship things to prod using LLMs
The next set of API endpoints we have in our backlog are write operations based on the Strangler Fig design pattern [1] using our existing stored procedures with a thin API wrapper around them. I can only imagine that if four GET endpoints have taken over six months to ship, that this is going to take an order of magnitude longer time, especially since our development team hasn't had to deal with things like concurrency and idempotency before.
[1] https://learn.microsoft.com/en-us/azure/architecture/pattern...