Go to main content
Search by topics
Javascript Typescript React Infrastructure Web API Performance Animation Under the hood CSS
June 28, 2023

Serverless function cold start is too slow, let's dockerize our app

In an application I built, I couldn't use edge function. Unfortunately, serverless function are so slow to start that I decided to dockerize my application and deploy it on my server.