Tag: typescript

  • Typescript – recursive object keys as typed string

    Some background before the code, I was on a team that cached data from multiple internal APIs. The whole process is an API would event to one of our SQS queues and we would then grab the latest document and update our cache for that document. Then we had an indexer that would listen to […]