AWS - Identity and Access Management
Given this IAM role trust policy snippet:
Which AWS service can assume this role?
{ "Statement": [{ "Effect": "Allow", "Principal": { "Service": "lambda.amazonaws.com" }, "Action": "sts:AssumeRole" }] }Which AWS service can assume this role?
