Closed jsf9k closed 6 years ago
Originally a hack was put in place to disable automatic Lambda retries because boto3 lacked support for this. Unfortunately this hack no longer works with the latest boto3 code because it touches internal variables that apparently have been removed or renamed. Fortunately, though, support for disabling automatic retries has been added.
boto3
This is a pretty big deal, since domain-scan is broken right now if you do a fresh install or upgrade boto3 to the latest.
domain-scan
See also: https://github.com/boto/botocore/pull/1260
Originally a hack was put in place to disable automatic Lambda retries because
boto3
lacked support for this. Unfortunately this hack no longer works with the latestboto3
code because it touches internal variables that apparently have been removed or renamed. Fortunately, though, support for disabling automatic retries has been added.