Skip to content

Instantly share code, notes, and snippets.

View egeloen's full-sized avatar

Eric GELOEN egeloen

View GitHub Profile
@egeloen
egeloen / cleaner.py
Created September 13, 2018 18:29
AWS Lambda AMI Cleaner
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):