Nov 5, 2020
Yes, I use Layers extensively. See https://github.com/shelfio?q=layer&type=&language=
But hiding dependencies in Layers is just closing your eyes and pretending problem doesn't exist.
It will still impact cold start time and total deployment limits the same way.
Layers are just a convenient tool to easily attach some files to Lambda runtime, or to share commonly used code.