How to optimise the cost of Lambda ?

0

How to optimise the cost of lambda. we are getting data from AMS through lamdba. currently we created 3 lambda functions from each dataset like one function for sp_traffic , one fucntion for sp_conversion and one for budget_usage.And each function is have 128 mb of memory. How can we reduce the cost of the lambda.

asked a year ago248 views
2 Answers
1

Consider using a Compute Savings Plan.
https://aws.amazon.com/savingsplans/compute-pricing/?nc1=h_ls

"AWS Compute Optimizer" can be used to optimize Lambda performance.
If you are over-performing, you can reduce costs by checking here and setting the appropriate performance.
https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-lambda-recommendations.html

profile picture
EXPERT
answered a year ago
0

In some situations 128MB maybe is not the cheapest configuration.

Please try https://github.com/alexcasalboni/aws-lambda-power-tuning

To find the best configuration for your lambda.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions