To keep track of where time is spent in each lambda it would be nice to have an additional mode that invokes the context object i.e. context.get_remaining_time_in_millis() around specific functions/lines.
This way we can keep track of overheads vs. s3 access time vs. actual user function code time and have finer grain trace information.
To keep track of where time is spent in each lambda it would be nice to have an additional mode that invokes the context object i.e. context.get_remaining_time_in_millis() around specific functions/lines.
This way we can keep track of overheads vs. s3 access time vs. actual user function code time and have finer grain trace information.