DEV Community

Discussion on: ⚡️ 10 Ways to Use Serverless Functions

Collapse
 
jkhaui profile image
Jordy Lee

Not really - those were my concerns initially too, but you can get around most of those issues by using the serverless framework and its plugins (e.g. serverless offline plugin). And cold start is easily rectified by setting a cloud watch function to automatically income your lambda every 15 minutes

Collapse
 
pavelloz profile image
Paweł Kowalski

Cold start can be eliminated by new feature, reserved concurrency or smth. But tbh, i prefer just optimize function code to be fast to boot.