Tag Archives: AWS Lambda

Tech Talk

Benchmarking REST API’s on AWS

Introduction

AWS Lambda is a compute service that runs code without provisioning or managing servers. AWS lambda executes the code only when needed and scales automatically, from a few requests per day to thousands per second. AWS charges only for the compute time the code consumes and there is no charge when the code is not running.

Read More