AWS Lambda Layers: an Introduction
This is the post on AWS Lambda Layers I wish I had been able to read at the start. AWS Lambda Layers are actually extremely simple. A Layer is a zip file, whose contents will be unzipped into /opt/ when the Lambda executes. That’s it. That can be files, libraries, executables, etc…. My most…