AWS - Lambda
How would you modify this Lambda handler to log the remaining execution time before returning the event?
def lambda_handler(event, context):
return eventdef lambda_handler(event, context):
return eventget_remaining_time_in_millis().context.get_remaining_time_in_millis() and prints it before returning event.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions