#!python
from awslambdahelper.cli import LambdahelperBundler

if __name__ == '__main__':
    LambdahelperBundler().run()
