diff --git a/configuration/exodus-lambda-deploy.yaml b/configuration/exodus-lambda-deploy.yaml index 6e41d6ff..ffb0c7e8 100644 --- a/configuration/exodus-lambda-deploy.yaml +++ b/configuration/exodus-lambda-deploy.yaml @@ -31,7 +31,7 @@ Parameters: Conditions: EnableKeyGroup: - !Not [!Equals [!Join ["", !Ref keyids], None]] + !Equals [!Join ["", !Ref keyids], None] Resources: KeyGroup: @@ -86,7 +86,7 @@ Resources: LambdaFunctionARN: !Ref OriginResponseFunc.Version TargetOriginId: !Sub S3-${project}-cdn-${env} TrustedKeyGroups: - !If + - !If - EnableKeyGroup - !Ref KeyGroup - !Ref AWS::NoValue