-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.lambdap3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.
Description
Describe the feature
Something like aws lambda list-functions
that will result in:
my-function-1
my-function-2
my-function-3
Use Case
Can see what functions I have on my account easily instead of navigating lengthy JSONs.
Proposed Solution
Add a --name-only
or --concise
flag to the list-functions
command to implement the functionality I described.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CLI version used
aws-cli/2.15.46
Environment details (OS name and version, etc.)
Python/3.11.8 Darwin/24.3.0 exe/x86_64 prompt/off
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.lambdap3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.