This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Python 2.7 | |
## GlueLastRunDuration.py | |
## Version 1 | |
## by Lydon Carter October 2018 | |
## USE | |
# Script to get a specific AWS Glue Job and tell you the duration of | |
# the last run. | |
# Notes: | |
# -- The script will use the location you setup for your Glue Context in the "Needed stuff" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
### This gist contains 2 files : settings.json and lambda_function.py | |
### | |
### settings.json | |
{ | |
"extensions" : ["*.hdr", "*.glb", "*.wasm"] | |
} | |
### lambda_function.py |