Update github check with aws log

pull/479/head
Frostebite 2022-12-10 01:38:59 +00:00
parent 65f81a2d17
commit ce9208d557
3 changed files with 5 additions and 5 deletions

4
dist/index.js vendored
View File

@ -2281,7 +2281,7 @@ Resources:
stackName: !Ref 'StackName' stackName: !Ref 'StackName'
deleteStackName: !Ref 'DeleteStackName' deleteStackName: !Ref 'DeleteStackName'
Handler: "index.handler" Handler: "index.handler"
Runtime: "python3.6" Runtime: "python3.9"
Timeout: "5" Timeout: "5"
Role: Role:
'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole' 'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole'
@ -2347,7 +2347,7 @@ Resources:
status = cfnresponse.FAILED status = cfnresponse.FAILED
cfnresponse.send(event, context, status, {}, None) cfnresponse.send(event, context, status, {}, None)
Handler: "index.handler" Handler: "index.handler"
Runtime: "python3.6" Runtime: "python3.9"
Timeout: "5" Timeout: "5"
Role: Role:
'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole' 'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole'

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -65,7 +65,7 @@ Resources:
stackName: !Ref 'StackName' stackName: !Ref 'StackName'
deleteStackName: !Ref 'DeleteStackName' deleteStackName: !Ref 'DeleteStackName'
Handler: "index.handler" Handler: "index.handler"
Runtime: "python3.6" Runtime: "python3.9"
Timeout: "5" Timeout: "5"
Role: Role:
'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole' 'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole'
@ -131,7 +131,7 @@ Resources:
status = cfnresponse.FAILED status = cfnresponse.FAILED
cfnresponse.send(event, context, status, {}, None) cfnresponse.send(event, context, status, {}, None)
Handler: "index.handler" Handler: "index.handler"
Runtime: "python3.6" Runtime: "python3.9"
Timeout: "5" Timeout: "5"
Role: Role:
'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole' 'Fn::ImportValue': !Sub '\${EnvironmentName}:DeleteCFNLambdaExecutionRole'