new tool
[hband-tools.git] / aws / s3_quota / assumerole-lambda.json
blob2dcee47327fc1f0805396d13be92384f1c1efa3e
2    "Version" : "2012-10-17",
3    "Statement" : [
4       {
5          "Effect" : "Allow",
6          "Action" : "sts:AssumeRole",
7          "Principal" : {
8             "Service" : "lambda.amazonaws.com"
9          }
10       }
11    ]