ttl stack
parent
4656f02722
commit
ee90256117
|
|
@ -27,7 +27,6 @@ Resources:
|
||||||
DeleteCFNLambdaExecutionRole:
|
DeleteCFNLambdaExecutionRole:
|
||||||
Type: "AWS::IAM::Role"
|
Type: "AWS::IAM::Role"
|
||||||
Properties:
|
Properties:
|
||||||
Name: !Join [ "", [ 'DeleteCFNLambdaExecutionRole', !Ref BUILDID ] ]
|
|
||||||
AssumeRolePolicyDocument:
|
AssumeRolePolicyDocument:
|
||||||
Version: "2012-10-17"
|
Version: "2012-10-17"
|
||||||
Statement:
|
Statement:
|
||||||
|
|
@ -37,7 +36,7 @@ Resources:
|
||||||
Action: "sts:AssumeRole"
|
Action: "sts:AssumeRole"
|
||||||
Path: "/"
|
Path: "/"
|
||||||
Policies:
|
Policies:
|
||||||
- PolicyName: "lambda_policy"
|
- PolicyName: !Join [ "", [ 'DeleteCFNLambdaExecutionRole', !Ref BUILDID ] ]
|
||||||
PolicyDocument:
|
PolicyDocument:
|
||||||
Version: "2012-10-17"
|
Version: "2012-10-17"
|
||||||
Statement:
|
Statement:
|
||||||
|
|
@ -111,7 +110,6 @@ Resources:
|
||||||
BasicLambdaExecutionRole:
|
BasicLambdaExecutionRole:
|
||||||
Type: "AWS::IAM::Role"
|
Type: "AWS::IAM::Role"
|
||||||
Properties:
|
Properties:
|
||||||
Name: !Join [ "", [ 'BasicLambdaExecutionRole', !Ref BUILDID ] ]
|
|
||||||
AssumeRolePolicyDocument:
|
AssumeRolePolicyDocument:
|
||||||
Version: "2012-10-17"
|
Version: "2012-10-17"
|
||||||
Statement:
|
Statement:
|
||||||
|
|
@ -121,7 +119,7 @@ Resources:
|
||||||
Action: "sts:AssumeRole"
|
Action: "sts:AssumeRole"
|
||||||
Path: "/"
|
Path: "/"
|
||||||
Policies:
|
Policies:
|
||||||
- PolicyName: "lambda_policy"
|
- PolicyName: !Join [ "", [ 'BasicLambdaExecutionRole', !Ref BUILDID ] ]
|
||||||
PolicyDocument:
|
PolicyDocument:
|
||||||
Version: "2012-10-17"
|
Version: "2012-10-17"
|
||||||
Statement:
|
Statement:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue