Does no one have any experience using using layers? I have ended up using AWS SAM for my application. It’s a very light wrapper around cloudformation and lambda and is easy to understand what it is doing. There were a couple small gotchas with it (building your own layers is not fully supported by the tool), but overall seems to work a lot nicer in the AWS ecosystem, and does support running layers locally right out of the box.