Shawn Woodford
Shawn Woodford
+1 I'm seeing a 302 redirect to a dead end: ``` Traceback (most recent call last): File "stockticker-ledboard.py", line 52, in allInfo = ystockquote.get_all(tickerSymbol) File "/usr/local/lib/python2.7/dist-packages/ystockquote.py", line 47, in get_all...
Just ran into this problem: Terraform code: ```tf data "archive_file" "geodetection" { type = "zip" source_dir = "${path.module}/../../../../dev/lambda-edge-geodetection" output_path = "${path.module}/lambda-edge-geodetection.zip" } ``` Apply result: ``` Error: Error refreshing state:...
Hey @johnwyles yes I agree there is room for improvement here. These scripts have been developed over a span of several years and some of them follow different patterns and...