Lambda 1 Flashcards
1
Q
Security
Two types of Roles for a Lambda function?
A
Execution Role (what the function can do), Resource Policy (like S3 bucket policy)
2
Q
Security
What are resource policies for Lambda functions all about?
A
Allowing other AWS Services to invoke your function
3
Q
Security
Diagnosing function problem, nothing showing in CloudWatch Logs?
important
A
Execution Role doesn’t have logs:Put*
permissions on execution policy