Is there a way to create multiple different lambda handlers in the same create? I have two lambda functions that are almost entirely the same source but one can come from an HTTP event and one from a step function. Any good / accepted pattern for doing this or is multiple crates the way to go?