▲ | unfunco 3 days ago | |
I really don't struggle that much with cold starts on Node.js/Lambda, and I don't do anything special, my build commands look like:
Maybe I'm not doing as much as others in my functions and I tend to stick within the AWS ecosystem, so I save some space and I presume cold-start time by not including the AWS SDK/Powertools in the output, but my functions tend to cold start and complete in ~100ms. | ||
▲ | anon7000 3 days ago | parent [-] | |
Sure, but the approach mentioned here benchmarks with median performance of 16ms. 100ms isn’t great especially if it’s only one part of everything that needs to happen |