Cloud Serverless Pricing Tutorial (WITH EXAMPLE) | How to Calculate AWS Lambda Costs

preview_player
Показать описание
Today is about how much Lambda actually costs. The AWS website provides a high-level examples but still leaves you wondering the exact amount your code will cost to run.

Price is often one of the most important factors in a project. The peace of mind you get from knowing your costs is immeasurable, and for Lambda, fairly simple.

Average Memory Query 👉

filter @type = "REPORT"
provisonedMemoryMB - maxMemoryUsedMB as overProvisionedMB

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

Great stuff!! I learnt one new trick to find the average memory using AWS CloudWatch for Lambda Function. Thanks for posting!!!!

argl
Автор

Hi Dylan great video. I clicked on the link to your architecture article on the description and is asking for notion login. I tried logging in with my account but didn't work. Is this article accessible somewhere else?

TheFern
Автор

hey don't we need to factor in api gateway costs ?

dushansilva