-
How should I set my s3 bucket in the script? I tried to replace the regex with my bucket name and this failed.
-
What should I do to apply to other file types?
-
With the code as-is I get this error:
START RequestId: a2eff17c-f468-11e8-a6b1-9d9a01b3e29b Version: $LATEST
Syntax error in module 'lambda_function': name 'outputBucket' is used prior to global declaration (lambda_function.py, line 28)
How should I set my s3 bucket in the script? I tried to replace the regex with my bucket name and this failed.
What should I do to apply to other file types?
With the code as-is I get this error:
START RequestId: a2eff17c-f468-11e8-a6b1-9d9a01b3e29b Version: $LATEST
Syntax error in module 'lambda_function': name 'outputBucket' is used prior to global declaration (lambda_function.py, line 28)