You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am seeing something weird in my lab. line 1425. I am getting 100% error when I run the code. The issue is that I haven't made any changes on that module (I don't think) and that has worked in the past (from the original code). I'm trying not to tweak too much as it may have "butterfly" effect 🙂.
I've narrowed the culprit in my lab error. I do not think it's the same issue as what you saw in the 50 instance case. It was an edge case where the True text was not replaced with "True" which basically caused the json load command to fail. I am looking at if there's a better way to parse the DDB item OR figure out how to fool-proof the way that DDB item is being being written (perhaps perform json.dumps before writing it so that it stays in the proper string format - currently it's just doing str which doesn't put into a proper json string that can be "loaded" - the code is doing some replace command to make it json like).
So I am seeing something weird in my lab. line 1425. I am getting 100% error when I run the code. The issue is that I haven't made any changes on that module (I don't think) and that has worked in the past (from the original code). I'm trying not to tweak too much as it may have "butterfly" effect 🙂.
return json.loads(item)From the subroutine below...
https://github.e.it.census.gov/terraform-modules/aws-dynamic-route53/blob/master/code/ddns-lambda.py
The text was updated successfully, but these errors were encountered: