How to port SageMaker Neo framework to AWS Lambda?
Based on documentation https://docs.aws.amazon.com/sagemaker/latest/dg/neo-getting-started-edge-step2.html it looks like DLR (https://pypi.org/project/dlr/) is the only library which is required. Would it work for both X86 and Graviton lambda?
I want to port it on AWS Lambda to have a scalable serverless inference and would appreciate your input.
Thanks very much for any insight and let me know if you tried this approach.