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
from amicleaner.cli import App as Cleaner | |
from amicleaner.utils import parse_args | |
# AWS Lambda AMI Cleaner | |
class AmiCleaner: | |
# Initialize the AMI Cleaner | |
def __init__(self, cleaner=None): |