Correctly sizing your Lambdas using AWS Lambda Power Tuning #446
dougtoppin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something to consider is appropriately sizing your Lambdas. The AWS Lambda Power Tuning tool is one method of doing that. Depending on your typical image sizes, you might get improved performance or reduced cost by finding the Lambda size that works best.
It can be found at https://github.com/alexcasalboni/aws-lambda-power-tuning
All that is necessary to use it is to provide a request payload with the image reference in it.
If there is interest, we will post an example of what that might look like.
Beta Was this translation helpful? Give feedback.
All reactions