AWS Lambda natively supports 
- Java
 
- Go
 
- PowerShell
 
- Node.js
 
- C#
 
- Python
 
- Ruby
 
AWS also provides a Runtime API which allows you to use any additional programming languages to use your functions.
There are documentation present for each of the programming languages.