From f47b00cc412b8ced329364d3a27bcf67fe321fd3 Mon Sep 17 00:00:00 2001 From: Vichym Date: Mon, 23 Feb 2026 15:44:01 -0800 Subject: [PATCH] fix(integ): remove CapacityProviderName exceeding 64-char limit --- .../resources/templates/combination/function_lmi_custom.yaml | 1 - .../resources/templates/combination/function_lmi_default.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/integration/resources/templates/combination/function_lmi_custom.yaml b/integration/resources/templates/combination/function_lmi_custom.yaml index 1f72cacfc..f977af8bd 100644 --- a/integration/resources/templates/combination/function_lmi_custom.yaml +++ b/integration/resources/templates/combination/function_lmi_custom.yaml @@ -64,7 +64,6 @@ Resources: MyCapacityProvider: Type: AWS::Serverless::CapacityProvider Properties: - CapacityProviderName: !Sub "${AWS::StackName}-cp" VpcConfig: SubnetIds: - !Ref SubnetId diff --git a/integration/resources/templates/combination/function_lmi_default.yaml b/integration/resources/templates/combination/function_lmi_default.yaml index 8137a51b2..c9eb8ebe6 100644 --- a/integration/resources/templates/combination/function_lmi_default.yaml +++ b/integration/resources/templates/combination/function_lmi_default.yaml @@ -28,7 +28,6 @@ Resources: AdvancedCapacityProvider: Type: AWS::Serverless::CapacityProvider Properties: - CapacityProviderName: !Sub "${AWS::StackName}-cp" VpcConfig: SubnetIds: - !Ref SubnetId