We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b013a69 commit c8dfdb0Copy full SHA for c8dfdb0
scripts/lambda
@@ -77,9 +77,8 @@ def upload(use_requirements, local_package):
77
78
@click.command(help='Delete old versions of your functions')
79
@click.option(
80
- '--keep-last', type=int, prompt=(
81
- 'Please enter the number of recent versions to keep'
82
- ),
+ '--keep-last', type=int,
+ prompt='Please enter the number of recent versions to keep',
83
)
84
def cleanup(keep_last):
85
aws_lambda.cleanup_old_versions(CURRENT_DIR, keep_last)
0 commit comments