Invalid or unsupported Type AWS::AppSync::GraphQLSchema in eu-central-1
See original GitHub issuecfn-lint version: (cfn-lint --version
)
cfn-lint 0.28.1
Description of issue.
Using the following CFN resource leads to the above mentioned linting error:
D2VApiSchema:
Type: AWS::AppSync::GraphQLSchema
Properties:
ApiId: !GetAtt D2VApi.ApiId
DefinitionS3Location: Graphql/schema.graphql
Please provide as much information as possible:
- Template linting issues:
- Please provide a CloudFormation sample that generated the issue.
- If present, please add links to the (official) documentation for clarification. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlschema.html
- Validate if the issue still exists with the latest version of
cfn-lint
and/or the latest Spec files
- Feature request:
- Please provide argumentation about the missing feature. Context is key!
Cfn-lint uses the CloudFormation Resource Specifications as the base to do validation. These files are included as part of the application version. Please update to the latest version of cfn-lint
or update the spec files manually (cfn-lint -u
)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Invalid or unsupported Type AWS::AppSync::GraphQLSchema ...
I am working in AWS region "eu-central-1" where this problem seems to occur. I can confirm that this problem does not appear when...
Read more >AWS::AppSync::GraphQLSchema - AWS CloudFormation
The AWS::AppSync::GraphQLSchema resource is used for your AWS AppSync GraphQL schema that controls the data model for your API.
Read more >Scalar types in AWS AppSync
Unquoted strings or otherwise invalid JSON result in a GraphQL validation error. AWSPhone. A phone number. This value is stored as a string....
Read more >Troubleshooting and Common Mistakes - AWS AppSync
This section discusses some common errors and how to troubleshoot them. Incorrect DynamoDB Key Mapping. If your GraphQL operation returns the following ...
Read more >Resolve unauth errors for GraphQL requests in AWS AppSync
How do I troubleshoot these errors? Short description. There are two types of unauthorized errors that are defined by the HTTP status code ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am able to successfully deploy that resource type in eu-central-1.
I am using the following linter configuration:
I am working in AWS region “eu-central-1” where this problem seems to occur. I can confirm that this problem does not appear when using AWS region “us-east-1”.