Lambda & Serverless Architecture Flashcards
1
Q
What is SES?
A
Simple Email Service can be sent from your application.
2
Q
What is reserved concurrency for a Lambda?
A
The maximum number of concurrent instances that have been invoked at a single time.
3
Q
How does the SAM template work with gradual deployment?
A
It uses CodeDeploy and its { configuration file }, to define how code should be deployed. This is configured in the
“DeploymentPreferences”
Examples of options are: Canary10Percent30Minutes,
Linear10PercentEvery10Minutes,
AllAtOnce
4
Q
What are lambda versions and what do they accomplish?
A
???
5
Q
What are lambda alias’ and what to they accomplish?
A
??
6
Q
What is AWS Kinesis?
A
??