AWS Lambda programming model
The overall architecure consists in the following three processes:
- Triggers
- Handler function
- Code
Triggers
Handler function
See AWS Lambda handler function
Code
This is just the stuff that runs in the body of the handler or that is called from the handler body.