You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
WebStorm highlights "AWS::Logs::LogGroup" that is should be one of a long list of types which clearly it is correctly typed in. All other properties seem to be working - but anything inside the Resources field has the same issue.
When i alt-enter and replace my loggroup with a "valid one" from the suggested list - it still warns.
Maybe I'm installing it incorrectly?
The text was updated successfully, but these errors were encountered:
I'm having the same issue with the AWS::Lambda::Function resource.
Here is the message I'm seeing when inspecting the highlighted resource type: "Schema validation: Value should be one of: ["AWS::ApiGateway::Account"] less... (Ctrl+F1)
Inspection info: Validates YAML file against a JSON Schema, if the schema is specified"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have WebStorm 2018.2.5 on Mac with 0.6.5 of plugin.
For example -
WebStorm highlights
"AWS::Logs::LogGroup"
that is should be one of a long list of types which clearly it is correctly typed in. All other properties seem to be working - but anything inside theResources
field has the same issue.When i alt-enter and replace my loggroup with a "valid one" from the suggested list - it still warns.
Maybe I'm installing it incorrectly?
The text was updated successfully, but these errors were encountered: