selfuryon / netdev

Asynchronous multi-vendor library for interacting with network devices
http://netdev.readthedocs.io/
Apache License 2.0
213 stars 45 forks source link

AWS lambda not able to recognize netdev ? #25

Closed anknarang closed 5 years ago

anknarang commented 5 years ago

Hi,

This is netdev is great package. Thanks for writing.

I am writing AWS lambda function using netdev library . I zipped the package in local machine and upload to lambda layers but still not able to recognize. Anyone can tried it ?

Thanks Ankush

selfuryon commented 5 years ago

Hello! I have never tried to use netdev in a serverless scenario. Can you post an example of your code? I'll try to do it :)

anknarang commented 5 years ago

I need to build the package and upload to AWS. so not related to netdev. I will keep posted if does not work.

anknarang commented 5 years ago

Thanks for prompt reply