I inherited a project that was a collection of Lambdas set up with the Serverless framework - there are Lambdas that proxy HTTP requests to other Lambdas plus Lambdas sending messages via SNS to other Lambdas.
Tracing/debugging is difficult, and in many cases something seemingly straight-forward is more complex than it needs to be.