Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@cli.group(short_help="Manage the AWS ECS cluster")
def cluster():
pass
@cli.group(short_help="Manage SSM Parameter Store Parameters.")
def parameters():
pass
@cli.group(short_help="Manage tasks.")
def task():
pass
@cli.group(short_help="Manage AWS Parameter Store values")
def config():
pass