Creating a dockerized TypeScript CLI for running batch jobs on AWS
In app development, sometimes we need to run tasks that should not go into the API. Some examples are:
Tasks that take a long time to finish.
Tasks that use a lot of CPU and memory.
Tasks that overloads you database, and need to be scheduled for w...
blog.perfectbase.dev8 min read