

# 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)

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS Lambda. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query lambda` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
