shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

Properties marked as 'Unknown resource type property' for AWS::Serverless::Api #155

Open niranjan94 opened 5 years ago

niranjan94 commented 5 years ago

The following properties are marked as Unknown resource type property for AWS::Serverless::Api resource type

  1. GatewayResponses
  2. AccessLogSetting
  3. CanarySetting
  4. TracingEnabled
  5. Models

But as you can see from the specification here, these are valid and accepted properties.

jp495 commented 4 years ago

Similarly, I see the same Unknown resource type property for the MaximumBatchingWindowInSeconds property under the AWS::Lambda::EventSourceMapping resource type, despite being a valid and accepted property in the documentation (and in practice).