I want to process netCDF
files inside an AWS lambda function and I need to use iris
. My plan is to create a lambda layer that has iris
and it's dependencies installed. I am able to create a layer but its always complaining for a missing package when I run my lambda. I add the missing package to the layer and it complains for another. Does anybody know all the dependencies that iris
needs to run successfully inside a lambda function? Appreciate any help.
Asked
Active
Viewed 111 times
1

Nisman
- 1,271
- 2
- 26
- 56