Lambda recently added customizable concurrency limits per function which was partly to address the "function cycle" issue, ie at least your costs wont blow out too quickly.
The classic example of this is a function subscribed to S3 events which in turn creates an s3 object itself :P
The classic example of this is a function subscribed to S3 events which in turn creates an s3 object itself :P