GithubHelp home page GithubHelp logo

Comments (6)

nthisler avatar nthisler commented on September 25, 2024

I'm also having this issue :(

from route53-dynamic-dns-with-lambda.

manicman avatar manicman commented on September 25, 2024

Now I got past the execution mode but i've got a slightly different error:


> u'': KeyError
> Traceback (most recent call last):
> File "/var/task/lambda_function.py", line 244, in lambda_handler
> return_dict = run_set_mode(set_hostname, validation_hash, source_ip)
> File "/var/task/lambda_function.py", line 134, in run_set_mode
> record_config_set = full_config[set_hostname]
> KeyError: u''

from route53-dynamic-dns-with-lambda.

bradkovach avatar bradkovach commented on September 25, 2024

I had this error, and it was fixed by taking the "https" out of the client invocation. Otherwise it tries to call https://https://<invocation url> Hope this helps.

from route53-dynamic-dns-with-lambda.

szech avatar szech commented on September 25, 2024

Also got this because i had the wrong hostname in my config.json

from route53-dynamic-dns-with-lambda.

jadgsam avatar jadgsam commented on September 25, 2024

I am getting this KeyError error, below you can see the logs, I will appreciate any comment

START RequestId: ffa6f9a4-919f-11e7-b2e0-897f2f836647 Version: $LATEST
'execution_mode': KeyError
Traceback (most recent call last):
File "/var/task/lambda_function.py", line 220, in lambda_handler
execution_mode = event['execution_mode']
KeyError: 'execution_mode'

END RequestId: ffa6f9a4-919f-11e7-b2e0-897f2f836647
REPORT RequestId: ffa6f9a4-919f-11e7-b2e0-897f2f836647 Duration: 0.45 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 30 MB

from route53-dynamic-dns-with-lambda.

seangreathouse avatar seangreathouse commented on September 25, 2024

Fixed in new client from commit 51f3fd7

from route53-dynamic-dns-with-lambda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.