Skip to content

Add flag to list all lambda functions currently in account by name only #9780

@xkjjx

Description

@xkjjx

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.lambdap3This is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions