Lambda Flashcards
1
Q
Lambda is a serverless compute platform. T/F
A
True
2
Q
Current supported Languages for Lambda
A
Node.js
Java
C#
Python
3
Q
When to use Lambda over EC2
A
When you want to run code that is in response to events.
Changes in S3 Buckets
Updates to a Dynamo DB table
Custom events generated by your app or devices.