Answers4AWS / graffiti-monkey

Goes around tagging things
Apache License 2.0
255 stars 88 forks source link

No module named 'graffiti_monkey' Python 3.8 Lambda Function #53

Open kumaresoy opened 3 years ago

kumaresoy commented 3 years ago

Python 2.7 will be deprecated on July 2021 and we are getting below error in Python 3.8 AWS Lambda Function.

`{

"errorMessage": "Unable to import module 'service': No module named 'graffiti_monkey'", "errorType": "Runtime.ImportModuleError", "stackTrace": [] }`

Is 'graffiti_monkey' supports latest python versions as well?