|
|
|
|
|
by soren1
1517 days ago
|
|
My experience has been the opposite, with simple python docker containers showing noticeably slower cold starts than python zips. I've also found the size of the zip package matters (smaller is faster). However things change over time, maybe there have been recent improvements? Specifically regarding cold starts of lambda instances, I recall this excellent article from Jan 2021 which measures cold start latencies for a variety of AWS lambda runtimes: https://mikhail.io/serverless/coldstarts/aws/languages/ I would love to see a 2022 update. |
|