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 over
blog.perfectbase.dev9 min read