List Headline Image
Updated by Martina Thomson on Mar 20, 2017
 REPORT
8 items   1 followers   0 votes   4 views

Why AWS Lambda is Best For Application Development

According to Wikipedia, AWS Lambda is an event-driven, serverless computing platform. The purpose of AWS Lambda is to develop on demand and smaller application that is responsive to events.

The Serverless Framework: AWS Lambda + API Gateway

Serverless Framework helps you build applications and microservices on Amazon Web Services with Lambda and API Gateway via CLI. Python examples inside!

Using AWS Lambda means taking the good with the bad

Senior engineering director Mohit Dilawari of Localytics explains how its IT team approaches using AWS Lambda, Serverless and other tools in the AWS cloud.

Thinking about switching to a serverless architecture? Or creating a newmobile application and don’t want to deal with server configuration and upgrades?AWS ...

Best practices – AWS Lambda function

In this post we are going to go through the best practices while building an AWS Lambda function. In order to go through this blog you should know what is it and you should ideally have built at least a simple function around it so you have your bearings right, you can checkout this blog…

Building applications with AWS Lambda

Building applications with AWS Lambda introduction

AWS Lambda

AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of the Amazon Web Services. It is a compute service that runs code in response to events and automatically manages the compute resources required by that code. It was introduced in 2014.[1]

Four Benefits of Service Oriented Architecture with AWS Lambda

AWS Lambda Service Oriented ArchitectureWhen building a web application, you often come across many options to make your application ready for the futur...