Hi
I’m trying to create a simple function in AWS Lambda to read 3dm files stored on S3 bucket and return how many objects/geometries are in the file.
Has anyone had any luck with Rhino3dm and Lambda ?
I had tested on a local machine running Windows 7 and Python 3.7
However, when I uploaded to Lambda (including the rhino3dm module dependency) it had trouble importing rhino3dm module.
See error and screenshot below.
{
“errorMessage”: “Unable to import module ‘myLambdaFunction’: No module named ‘rhino3dm._rhino3dm’”,
“errorType”: “Runtime.ImportModuleError”
}