alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Apache License 2.0
5.4k stars 372 forks source link

feat: disablePayloadLogs flag to suppress payload info #213

Closed rrhodes closed 1 year ago

rrhodes commented 1 year ago

What?

New execution parameter to indicate whether input payloads should be suppressed from error messages and logs.

Why

Closes #212.

alexcasalboni commented 1 year ago

Thank you again, @rrhodes 🙏 do you use SAR for deployments? do you need this on SAR as a new app version asap?

rrhodes commented 1 year ago

Thanks @alexcasalboni!

do you use SAR for deployments?

I do use SAR, yep.

do you need this on SAR as a new app version asap?

I'm not actively using Power Tuning right now, but plan to use it again soon. Release isn't urgent but if it's available in the next couple days that would be great, if that's okay?

alexcasalboni commented 1 year ago

@rrhodes done 😄 the new version 4.3.2 is available on SAR 🚀

rrhodes commented 1 year ago

Awesome, thank you @alexcasalboni! 😄