Amazon Strengthens Lambda Offering
Written by Kay Ewbank   
Thursday, 08 December 2016

Amazon has added extra features to its Lambda service, which runs your code in response to events and automatically manages the computing resources for you.

One of the improvements aimed particularly at developers is that from now on, you'll be able to develop your AWS Lambda functions in C# using the .NET Core 1.0 runtime. There's an AWS Toolkit for Visual Studio, which includes project templates for individual C# Lambda functions, full C# serverless applications, and tools to publish both projects types to AWS.

lambda howitworks

 

Having written your Lambda functions, your choice of where to run them has also been increased with the news that from now on, you'll be able to run Lambda functions on edge locations. The service, called Lambda@Edge, is a new Lambda-based processing model that lets you write JavaScript code that runs in AWS edge locations.

The situation this is designed to serve is where you have a reason to need “intelligent” processing of HTTP requests at a location that is close (latency-wise) to the customer, such as inspection and alteration of HTTP headers, access control (requiring certain cookies to be present), or rewriting user-friendly URLs to accommodate legacy systems.

A final improvement is the ability to configure a dead letter queue (DLQ) on AWS Lambda to give you more control over message handling for all asynchronous invocations, including those delivered via AWS events (S3, SNS, IoT, etc).

The ability to set the queue from a Lambda function means you can provide an SQS queue or an SNS topic as the 'TargetArn' for your DLQ, and AWS Lambda will write the event object invoking the Lambda function to this endpoint after the standard retry policy is exhausted.

lambda

 

More Information

AWS Lambda 

Request Preview of Lambda @Edge

Related Articles

AWS Adds Java Lambda Support 

Azure Functions For Serverless Computing

Google Takes On Amazon's Lambda

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Ethernet Inventor Bob Metcalfe Receives 2022 Turing Award
24/03/2023

The ACM has named Robert Metcalfe as recipient of the 2022 ACM A.M. Turing Award for leading the invention, standardization, and commercialization of Ethernet local-area networking technology. While i [ ... ]



Google's Large Language Model Takes Control
08/03/2023

of a robot. No it isn't Skynet just yet, but it is looking a more likely scenario. Until recently I thought that much of the hype about large language models was just that - hype. Now I'm not so sure. [ ... ]


More News

 

picobook

 



 

Comments




or email your comment to: comments@i-programmer.info