Skip to content

Commit

Permalink
-updated aws-lambda-quiz.md (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriadejuan authored Jul 27, 2020
1 parent 1ef15fb commit 0702ae8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion aws-lambda/aws-lambda-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,16 @@ AWS LAMBDA Assessment
- Author a Lambda from scratch.
- Use a blueprint. <<<<<------- CORRECT
- Use a .zip deployment package.
- Use the serverless app repository.
- Use the serverless app repository.

#### Q28. Where is the disk space allocated for Lambda functions?
- /tmp <<<<<------- CORRECT
- /default
- /temp
- /ds

#### Q29. How do you stop a running Lambda that is stuck in a recursive loop?
- Delete the function.
- Set the function concurrent execution limit to 0 while you update the code. <<<<<------- CORRECT
- Reset the function.
- Set the function concurrent execution limit to 100 while you update the code.

0 comments on commit 0702ae8

Please sign in to comment.