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