Lambda Flashcards
What is Lambda?
An event-driven compute service that can run your code in response to events
What languages does Lambda support?
Node.js Java Python C# Go PowerShell
How is Lambda Priced?
Number of requests -> first million free -> $.20 per 1 million thereafter
Duration -> calculated from the time your code begins to execute, to the time it terminates. Charged in gb-seconds.
Does Lambda maintain a history?
Yes, Lambda has version control
What does the Shared Security Model mean for Lambda?
YOU are responsible for your codes security
AMAZON is responsible for all hardware, operating systems, and security patching of the entire software stack, as well as Anti-Virus.
Lambda scales in which direction?
Out
Why is Lambda cool?
No servers
Continuous Scaling
Super Cheap!