nficano / python-lambda

A toolkit for developing and deploying serverless Python code in AWS Lambda.
ISC License
1.5k stars 227 forks source link

Unable to install cloud-init on lambda deploy #717

Open datapolitical opened 2 years ago

datapolitical commented 2 years ago

It's on my computer, but it will not install the package beause it's not on pypl. I'm at a loss how you want me to do this.

rishabh-bhargava commented 2 years ago

From what I understand, python-lambda itself doesn't need cloud-init or any similarly named package to run successfully. Mind sharing the logs/screenshot of where this error comes up?

bot2x commented 2 years ago

@datapolitical do you mean that you have a local copy of this library which you want to get packaged while creating a build with python-lambda ?