cloudformation-template-schema icon indicating copy to clipboard operation
cloudformation-template-schema copied to clipboard

Inline syntax validation, documentation links and autocompletion for your CloudFormation templates.

Results 11 cloudformation-template-schema issues
Sort by recently updated
recently updated
newest added

`mvn clean package` ends with: ``` [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34.071 s [INFO] Finished at: 2022-04-06T19:46:44+10:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on...

The schema appears to cause the below errors on https://github.com/awslabs/aws-cloudformation-templates/blob/master/aws/services/CloudFormation/FindInMap_Inside_Sub.yaml#L89-L91: ``` - { 87 # This is where we keep the complex things we want inserted into the Fn::Sub literal...

Issue #56 *Description of changes:* See https://github.com/redhat-developer/vscode-yaml/issues/137 for reference Some custom tags should accept sequences By submitting this pull request, I confirm that my contribution is made under the terms...

Does anyone else see this? ![image](https://user-images.githubusercontent.com/1481108/71002603-a2253580-20ad-11ea-9248-4561895bd692.png)

the following CFN code always creates the Warning '**Incorrect type. Expected "array"**.' even though it is right sythax: `"Id" : { "Fn::Select" : [ "2", { "Fn::Split": ["/", { "Ref":...

Thanks to Wayne for pointing this out but there are some improvements that could be made for the scalar/sequences for intrinsics. https://github.com/awslabs/aws-cfn-lint-visual-studio-code/issues/46

Validing https://s3.us-west-2.amazonaws.com/amazon-eks/cloudformation/2020-10-29/amazon-eks-vpc-private-subnets.yaml, while using https://s3.amazonaws.com/cfn-resource-specifications-us-east-1-prod/schemas/2.15.0/all-spec.json, I encountered one hard schema error. In all-spec.json, ``` "FnOr" : { "type" : "object", "properties" : { "description" : "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-or", "Fn::Or" : { "type"...

**Question related to Cloud Control API schema:** Does the schema used by Cloud Control API is same as [CloudFormation resource provider schemas]( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-type-schemas.html) Whether the [CloudFormation resource provider schemas]( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-type-schemas.html)...

Hi team, With the new intrinsic function released, `Fn::ForEach`, I realize that it's not supported by the schema. I use `AWS ToolKit` for schema support for features like autocomplete. Everything...