Lambda Flashcards
What unit is Lambda charged in
Per 100m/s
Explain Lambda functions
The code you want to run
Explain lambda event sources
Services and events that trigger your lambda function
In context of Lambda. What is a downstream resource?
Resources required in execution of your functions.
Explain Log Streaming
Output from your lambda functions.
Lambda function deployment packages, can be two file types. They are…
.zip or .jar
What kind of EC2 instances does Lambda use for running code?
General Purpose Family.
What’s the default runtime of a lambda function
3 seconds
To reduce the cost of lambda functions. Lower these two things…
Memory and Timeout
If you choose to run a Lambda function in your VPC. Can the function can connect to the internet?
Only if the subnet of is in has a network gateway.
Lambda functions not ran in a VPC. Can access the internet by default?
Yes
Should you assign lambda functions to a public subnet?
NO!
If you are running your Lambda function on your own VPC. Who’s responsibility is High availability?
Yours
True or false. When lambda fails. It writes to a DLQ?
True
A synchronous lambda event fails. Will it automatically retry?
No