From c07de9201b36550427e9115be055058b94e8c6d0 Mon Sep 17 00:00:00 2001 From: "igor.borges" Date: Sat, 2 Jun 2018 10:29:17 -0300 Subject: [PATCH] Update AWS Lambda runtime list in the README file. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 10b0739..3771d87 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ With python-lambda and `pytube `_ both conti Description =========== -AWS Lambda is a service that allows you to write Python, Java, or Node.js code that gets executed in response to events like http requests or files uploaded to S3. +AWS Lambda is a service that allows you to write Python, Java, Node.js, C# or Go code that gets executed in response to events like http requests or files uploaded to S3. Working with Lambda is relatively easy, but the process of bundling and deploying your code is not as simple as it could be.