AWS
Extend the possibilities of AWS Lambda with layers
Imagine we want to use pandas or numpy in our AWS Lambda function. However, it is not available by default and we can’t do a pip install here to install them… What do we do? The solution is defining a layer. But, what exactly is a layer? In AWS Lambda, Read more…