AWS Lambda
AWS Lambda is a compute service through which you can run your functions. It will run your functions without the need for you to provision or manage any compute infrastructure. AWS Lambda can not only execute your functions, but can also easily scale to thousands of executions per second. As server management is abstracted away from the developer, the latter can just focus on solving the business problem rather than having to also focus on server management and scaling the solution. The other big benefit in terms of cost is that you only pay the compute cost for the time AWS Lambda is executed, which provides you with a higher utilization of resources at a significantly lower price than what you would typically be paying if you ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access