aws-samples / aws-lambda-ddns-function

Dynamically create Route 53 resource records using CloudWatch Events and Lambda
Apache License 2.0
236 stars 116 forks source link

Unable to import module 'union': No module named union #16

Closed fir3wall closed 7 years ago

fir3wall commented 7 years ago

Hello,

I've just tried to set this up on my company account however after following all of steps my Lambda function errors: Unable to import module 'union': No module named union

Is that my problem or code problem? Not sure is that correct place to raise it - can raise it with support as got Production service plan.

Thanks Dariusz

jicowan commented 7 years ago

Did you copy and paste the code into a blank Lambda (Python) function or did you upload the zip?

fir3wall commented 7 years ago

Hello, I've copied zip file union.py.zip, I can see following merge request that I've should now do I think union.zip

Thanks