From 7bbd2457ebc440361d91a60d2a9a46fa286247e4 Mon Sep 17 00:00:00 2001 From: Vichy Meas Date: Mon, 1 Jun 2026 15:29:40 -0700 Subject: [PATCH] Update companion stack role logical ids --- integration/setup/companion-stack.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/setup/companion-stack.yaml b/integration/setup/companion-stack.yaml index bfe448346..870dd1122 100644 --- a/integration/setup/companion-stack.yaml +++ b/integration/setup/companion-stack.yaml @@ -238,7 +238,7 @@ Resources: SecretString: '{"username":"testBrokerUser","password":"testBrokerPassword"}' Description: SecretsManager Secret for pre-created MQ broker - ApiGatewayLoggingRole: + ApiGatewayCWRole: Type: AWS::IAM::Role Properties: AssumeRolePolicyDocument: @@ -253,11 +253,11 @@ Resources: ApiGatewayAccount: Type: AWS::ApiGateway::Account - DependsOn: ApiGatewayLoggingRole + DependsOn: ApiGatewayCWRole Properties: - CloudWatchRoleArn: !GetAtt ApiGatewayLoggingRole.Arn + CloudWatchRoleArn: !GetAtt ApiGatewayCWRole.Arn - TestStackSweeperRole: + TestStackSweeperExecutionRole: Type: AWS::IAM::Role Properties: AssumeRolePolicyDocument: @@ -322,7 +322,7 @@ Resources: Handler: index.handler Timeout: 900 MemorySize: 256 - Role: !GetAtt TestStackSweeperRole.Arn + Role: !GetAtt TestStackSweeperExecutionRole.Arn Code: ZipFile: | import boto3, time