...

/

Moving Session State out of Lambda Functions

Moving Session State out of Lambda Functions

In this lesson, you will get familiar with resumable sessions and how to minimise coordination between different Lambda executions.

We'll cover the following...

Regardless of the application architecture, the session state can’t reside in Lambda functions; it has to go somewhere else.

The usual solution for fault-tolerant session state in three-tier applications would be to put it into some kind of distributed data grid. DynamoDB would ...

Access this course and 1400+ top-rated courses and projects.