Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: correct profile arg in readme example #32

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ Provide credentials:
python clear_lambda_storage.py --token-key-id <access_key_id> --token-secret <secret_access_key>
Alternate usage:

.. code-block:: bash
python clear_lambda_storage.py --profile-id <profile_id> --num-to-keep 2
python clear_lambda_storage.py --profile <profile_id> --num-to-keep 2
⚡️ `Serverless Framework <https://serverless.com>`_ usage
----------------------------------------------------------
Expand Down