Optimize Your AWS Lambda Function With Power Tuning

preview_player
Показать описание
Are you struggling tuning your Lambda function for cost and performance? This is the video for you. In this video, I show you how to use Lambda Power Tuning to optimize your function's performance at the lowest possible cost point.

📚 My Courses 📚

🎉SUPPORT BE A BETTER DEV🎉

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#aws
#lambda
#serverless
Рекомендации по теме
Комментарии
Автор

The reason why there is no performance improvement after 2048MB in your example is that at 1, 769MB of memory, the lambda has excactly 1 vCPU (see AWS docs). Adding more memory adds a second vCPU which doesn't add any performance benefits in the case of your single threaded python code.

Nevertheless it was an awesome video.

Surrbradl
Автор

Very useful video, thanks for sharing!!😁

hiimthepoor
Автор

Very useful. Thanks for sharing Daniel

rugged
Автор

Learning of the Day... for me. thanks.

mrrishiraj
Автор

Will you release serverless architecture course or bootcamp? Love the way you teach

daricong
Автор

Hello Danial, are you going to add DynamoDB stuff to your lambda course or going to launch a new course all together?

PritamBohra
Автор

Anyone have some idea of how to do it with all existing lambdas instead of one by one

oscarmora
Автор

It said 456MB was the best cost for me, but the max memory used in Lambda was 133MB. Should I set my CPU to 133MB based on that?

MultiversX
Автор

Will this work of all different runtime lambda like Java, javascript, custom

vrnjhr
Автор

Just some feedback, there's a slight hiss in the background of the audio

rafee
Автор

Thanks for the video. Side note: There is background noise in the audio and the audio bass too high. I'm listening on Sony WH-1000XM4 headphones. I switched to Google earbuds and still was the same.

zshn
Автор

Great video, could you show us how to do this on an already existing lambda function?

JalenBrunsonBurner