question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid or unsupported Type AWS::AppSync::GraphQLSchema in eu-central-1

See original GitHub issue

cfn-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:

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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TLauecommented, Feb 20, 2020

I am able to successfully deploy that resource type in eu-central-1.

1reaction
TLauecommented, Feb 19, 2020

I am using the following linter configuration:

Metadata:
cfn-lint:
    config:
      regions:
        - eu-central-1
      ignore_checks:
        - W2001 # ignore warnings about unused parameters
        - W7001 # ignore warnings about unused mappings

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”.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found