Slide 24
Slide 24 text
How to Create a AWS Lambda Function
1. Write the code (Node, Java, Python, anything via
exec/spawn)
2. Setup on AWS (memory, timeout, role, handler,
invocation)
• Web interface
• node-lambda, apex, serverless, etc
3. Debug
• logs