

# Programming languages
<a name="lambda-programming-languages"></a>

Lambda supports a wide range of popular programming languages. Each has an idiomatic programming experience tailored to that language.

Each programming language is supported by a corresponding [runtime](lambda-runtimes.md), which provides the language-specific execution environment for your function.
+ [Building Lambda functions with Node.js](lambda-nodejs.md)
+ [Building Lambda functions with TypeScript](lambda-typescript.md)
+ [Building Lambda functions with Python](lambda-python.md)
+ [Building Lambda functions with Ruby](lambda-ruby.md)
+ [Building Lambda functions with Java](lambda-java.md)
+ [Building Lambda functions with Go](lambda-golang.md)
+ [Building Lambda functions with C\#](lambda-csharp.md)
+ [Building Lambda functions with PowerShell](lambda-powershell.md)
+ [Building Lambda functions with Rust](lambda-rust.md)