DEV Community

Discussion on: AWS Step function vs. AWS Lambda benchmark

Collapse
 
cremich profile image
Christian Bonzelet • Edited

Absolutely. There is a lot you can improve on your Lambda function code. The thing is: you have to know all these details if you have to improve for performance efficiency. It seems like the state machine in the stepfunction simply works pretty well without maintaining a bunch of code or configuration.

Optimizing your lambda function can be a really complex task.