qs_cfn_lint_rules/LambdaRuntimeEOL.py [31:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                message = 'Runtime ({0}) will be EOL on {1}. Please consider updating to {2}'
                matches.append(
                    RuleMatch(
                        path,
                        message.format(
                            runtime_value,
                            runtime['eol'],
                            runtime['successor'])))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



qs_cfn_lint_rules/LambdaRuntimeEOL.py [40:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                message = 'Runtime ({0}) will be EOL on {1}. Please consider updating to {2}'
                matches.append(
                    RuleMatch(
                        path,
                        message.format(
                            runtime_value,
                            runtime['eol'],
                            runtime['successor'])))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



