Serverless Flashcards
How does Lambda scale?
Out (horizontally), automatically, continuously.
What languages does Lamba support?
Node.js
Python
Java
C#
Go
PowerShell
How is Lambda priced?
Number of requests, duration of requests (the price depends of the amount of memory allocated for the function)
In which category does Lambda exist in the Web console?
Compute
True or false. Lambda functions are independent?
True
1 event = 1 function
Which services are serverless?
Aurora
Fargate
S3
EFS
Dynamo DB
API gw
Which feature allows you to debug Lambda?
AWS X-RAY
What can trigger Lambda?
Elastic Load Balancing (Application Load Balancer)
Amazon Cognito
Amazon Lex
Amazon Alexa
Amazon API Gateway
Amazon CloudFront (Lambda@Edge)
Amazon Kinesis Data Firehose
Amazon Simple Storage Service
Amazon Simple Notification Service
Amazon Simple Email Service
AWS CloudFormation
Amazon CloudWatch Logs
Amazon CloudWatch Events
AWS CodeCommit
AWS Config