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
In VS Code, if you hover over resources that have the Serverless or Amplify namespace, it gets interpreted as a AmazonMQ resource, and links you to that product documentation e.g.
AWS::Serverless::Function
AWS::Serverless::Api
AWS::Amplify::Branch
AWS::Amplify::App
The text was updated successfully, but these errors were encountered:
@sliedig I'll take a look into this. I want to make sure the data itself isn't bad.
That being said we are using another package that provides the yaml capabilities. We just provide the file and settings to configure it. I'm not sure this will be inside our control but I want to make sure we are providing the most accurate data to that language server first.
cfn-lint version: (
cfn-lint --version
)cfn-lint 0.27.4
Description of issue.
In VS Code, if you hover over resources that have the Serverless or Amplify namespace, it gets interpreted as a AmazonMQ resource, and links you to that product documentation e.g.
The text was updated successfully, but these errors were encountered: