awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
491 stars 166 forks source link

missing boto3 from requirements.txt #51

Closed bmcdonough closed 11 months ago

bmcdonough commented 11 months ago
username:~/environment/route53-dynamic-dns-with-lambda (master) $ python3 newrecord.py 
Traceback (most recent call last):
  File "newrecord.py", line 2, in <module>
    import boto3
ModuleNotFoundError: No module named 'boto3'

username:~/environment/route53-dynamic-dns-with-lambda (master) $ pip3 install boto3

masberta commented 11 months ago

thanks, I wrongly assumed Cloud9 instance had that pre-installed and failed to test the helper script in Cloud9. I've added boto3 in the requirements: https://github.com/awslabs/route53-dynamic-dns-with-lambda/commit/b13731193b35cbec4ce5496bb721752b7b72e919