Ad space (banner)
AD

Got the fundamentals? A structured AWS course is a fast way to level up.

Find AWS courses on Udemy

Affiliate link. Costs you nothing extra.

☁️AWS Lessons
Lesson 36 / 41

Listing Functions with aws lambda list-functions

When you want to see the functions you have, use aws lambda list-functions. It lists every Lambda function in the region.

The syntax is aws lambda list-functions.

Running it returns each function's name, runtime, memory size, timeout and last-modified date.

A common stumble is forgetting functions are regional, and wondering where they went after switching region.

In real work, it helps spot functions still on an old runtime that AWS is about to stop supporting.

AWS
Try it (type this into the pseudo terminal)
aws lambda list-functions

🧑‍💻 You can type this command into the AWS pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)