From de3d85f2b4bdbecf40be4b84155b9e2730fcaba9 Mon Sep 17 00:00:00 2001 From: Andrew Pearce Date: Wed, 16 Jan 2019 22:09:27 -0800 Subject: [PATCH] Added additional supported languages Used this documentation (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) as the source for additional language options. --- doc_source/welcome.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/welcome.md b/doc_source/welcome.md index 8c79ac39..40d72719 100644 --- a/doc_source/welcome.md +++ b/doc_source/welcome.md @@ -1,6 +1,6 @@ # What Is AWS Lambda? - AWS Lambda is a compute service that lets you run code without provisioning or managing servers\. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second\. You pay only for the compute time you consume \- there is no charge when your code is not running\. With AWS Lambda, you can run code for virtually any type of application or backend service \- all with zero administration\. AWS Lambda runs your code on a high\-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging\. All you need to do is supply your code in one of the languages that AWS Lambda supports \(currently Node\.js, Java, C\#, Go and Python\)\. + AWS Lambda is a compute service that lets you run code without provisioning or managing servers\. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second\. You pay only for the compute time you consume \- there is no charge when your code is not running\. With AWS Lambda, you can run code for virtually any type of application or backend service \- all with zero administration\. AWS Lambda runs your code on a high\-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging\. All you need to do is supply your code in one of the languages that AWS Lambda supports \(currently Node\.js, Java, C\#, Go, Python, PowerShell Core and Ruby\)\. You can use AWS Lambda to run your code in response to events, such as changes to data in an Amazon S3 bucket or an Amazon DynamoDB table; to run your code in response to HTTP requests using Amazon API Gateway; or invoke your code using API calls made using AWS SDKs\. With these capabilities, you can use Lambda to easily build data processing triggers for AWS services like Amazon S3 and Amazon DynamoDB, process streaming data stored in Kinesis, or create your own back end that operates at AWS scale, performance, and security\. @@ -38,4 +38,4 @@ The following topics provide additional information about AWS Lambda: + [AWS Lambda Function Versioning and Aliases](versioning-aliases.md) + [Using Amazon CloudWatch](monitoring-functions.md) + [Best Practices for Working with AWS Lambda Functions](best-practices.md) -+ [AWS Lambda Limits](limits.md) \ No newline at end of file ++ [AWS Lambda Limits](limits.md)