Skip to content

Commit

Permalink
Update exception list for appsync needs (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Apr 23, 2020
1 parent abd7227 commit 91b4586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cfnlint/rules/functions/SubNeeded.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ class SubNeeded(CloudFormationLintRule):

# Free-form text properties to exclude from this rule
# content is part of AWS::CloudFormation::Init
# RequestMappingTemplate is because of issue #1485
excludes = ['UserData', 'ZipFile', 'Condition', 'AWS::CloudFormation::Init',
'CloudWatchAlarmDefinition', 'TopicRulePayload', 'BuildSpec']
'CloudWatchAlarmDefinition', 'TopicRulePayload', 'BuildSpec',
'RequestMappingTemplate']
api_excludes = ['Uri', 'Body']

# IAM Policy has special variables that don't require !Sub, Check for these
Expand Down

0 comments on commit 91b4586

Please sign in to comment.