Skip to content

Commit a014532

Browse files
authored
Update companion stack role logical ids (#3935)
1 parent 7000d0a commit a014532

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

integration/setup/companion-stack.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)