Setting the file. One moment.
Chapter 110 · Deploying Custom Domain REST API
Subchapter 110.4
scripts/lambda-trust-policy.json
JSON17 lines304 B
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "lambda.amazonaws.com"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"aws:SourceAccount": "ACCOUNT_ID"
}
}
}
]
}