stelligent / cfn_nag

Linting tool for CloudFormation templates
MIT License
1.25k stars 209 forks source link

ReservedConcurrentExecutions property not recognized #547

Open chapmanjonPFG opened 3 years ago

chapmanjonPFG commented 3 years ago

With a resource such as this,

    Type: AWS::Serverless::Function
    Properties:
      Handler: example_function.handler
      CodeUri: ../src
      Role: !GetAtt ExampleRole.Arn
      Runtime: python3.8
      ReservedConcurrentExecutions: 1

I get warned with W92 that ReservedConcurrentExecutions should be defined. So it appears that the property is not being recognized.

pethers commented 3 years ago

Think this could be an issue with https://github.com/stelligent/cfn-model , but not sure.