Let's do some revision by trying to answer the questions without reviewing the contents:
- How long is the time limitation for an AWS Lambda?
- Why do you think the cloud providers limit computational time for FaaS functions?
- What are Azure's durable functions? Do they have any benefit?
- How can we test an AWS Lambda program just with Docker?
- What's the engine behind IBM Cloud Functions? What do you think is the reason behind IBM open sourcing it?
- What is the Serverless Framework? Why is it important?
- How could we make a FaaS function work across cloud providers? Do you think it is really possible?
- Please explain the difference between stateless and share-nothing models.