is there a source code for setting up a SAM project with the aim of adding multiple lambda functions (with shared code on some)?
It's also important that I could use the sam local feature for starting the api locally.
I checked the official AWS source code with
sam init
But it seems that the project is aimed for one function only...