Skip to content

Commit

Permalink
fix(iam-lambda): Adding XRay policy to log lambda IAM role
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cottone committed Aug 2, 2018
1 parent eb6103d commit 9fd8e50
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/elasticsearch/iam-lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@
}
]
}
},
{
"PolicyName": "xray-policy",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"xray:PutTraceSegments"
],
"Resource": "*"
}
]
}
}
]
}
Expand Down

0 comments on commit 9fd8e50

Please sign in to comment.