volume_mute
Which capabilities are features of Lambda?
publish date: 2024/09/02 06:39:58.837733 UTC
volume_muteCorrect Answer
(1) Scales automatically
(2) Triggers Lambda functions on your behalf in response to events
(3) Runs code without you provisioning or managing servers
Explanation
You can write code for Lambda in a programming language that you already know. Development in Lambda is not tightly coupled to AWS so you can easily port code in and out of AWS. Instead of scaling by adding servers, Lambda scales in response to events. You configure memory settings, and AWS handles details such as CPU, network, and I/O throughput.
Reference
AWS Skill Builder