Skip to Content
Hands-On Serverless Computing
book

Hands-On Serverless Computing

by Kuldeep Chowhan
July 2018
Intermediate to advanced
350 pages
8h 47m
English
Packt Publishing
Content preview from Hands-On Serverless Computing

Execution context

As I mentioned earlier, whenever AWS Lambda (Faas) executes your functions on your behalf, it will automatically take care of creating, managing, and destroying the resources that are needed to run your Lambda functions. When you create a Lambda function, you specify the amount of memory and timeout that you want for your Lambda function. When a Lambda function is triggered or invoked, AWS Lambda creates an Execution Context based on the configuration settings that you set on your AWS Lambda function. An Execution Context is a temporary runtime environment that AWS Lambda creates, which initializes any external dependencies that are required by your Lambda function, such as connection to a database or HTTP connections to ...

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.
Start your free trial

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
Erlang and OTP in Action

Erlang and OTP in Action

Eric Merritt, Richard Carlsson, Martin Logan

Publisher Resources

ISBN: 9781788836654Supplemental Content