File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Resources:
238238 SecretString : ' {"username":"testBrokerUser","password":"testBrokerPassword"}'
239239 Description : SecretsManager Secret for pre-created MQ broker
240240
241- ApiGatewayLoggingRole :
241+ ApiGatewayCWRole :
242242 Type : AWS::IAM::Role
243243 Properties :
244244 AssumeRolePolicyDocument :
@@ -253,11 +253,11 @@ Resources:
253253
254254 ApiGatewayAccount :
255255 Type : AWS::ApiGateway::Account
256- DependsOn : ApiGatewayLoggingRole
256+ DependsOn : ApiGatewayCWRole
257257 Properties :
258- CloudWatchRoleArn : !GetAtt ApiGatewayLoggingRole .Arn
258+ CloudWatchRoleArn : !GetAtt ApiGatewayCWRole .Arn
259259
260- TestStackSweeperRole :
260+ TestStackSweeperExecutionRole :
261261 Type : AWS::IAM::Role
262262 Properties :
263263 AssumeRolePolicyDocument :
@@ -322,7 +322,7 @@ Resources:
322322 Handler : index.handler
323323 Timeout : 900
324324 MemorySize : 256
325- Role : !GetAtt TestStackSweeperRole .Arn
325+ Role : !GetAtt TestStackSweeperExecutionRole .Arn
326326 Code :
327327 ZipFile : |
328328 import boto3, time
You can’t perform that action at this time.
0 commit comments