Closed drodger closed 4 years ago
This change allows running the module as a script from the command line with expected parameters.
Ex, after: pip install clear_lambda_storage
The script can be run as: python -m clear_lambda_storage --regions ap-east-1 ap-south-1
Details for how the setuptools creates this can be found here: https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation
This change allows running the module as a script from the command line with expected parameters.
Ex, after: pip install clear_lambda_storage
The script can be run as: python -m clear_lambda_storage --regions ap-east-1 ap-south-1
Details for how the setuptools creates this can be found here: https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation