Benoît Bouré

Results 140 comments of Benoît Bouré

@Jackychans Please check the new feature available in v1.5.0 See the [Api key Management](https://github.com/sid88in/serverless-appsync-plugin#managing-api-keys) section in the README

Thank you @debae for your feedback. I did something similar in the past, unfortunately, I cannot put my hand on it. I remember using that plugin you mentioned in the...

@debae Usually, it's OK if the API key is public for this kind of use case. Not sure if you are building a web or mobile app, but in any...

Thanks @mrjomp Strange that we haven't addressed this issue yet and that we hardcoded this value. If you want to open an PR and fix this, you are more than...

have a look in the `.serverless` folder. look for the generated CloudFormation stack. In these try to see what is the generated Schema and see what happens.

@alanionita @predescu What does your schema look like?

I am using the latest version in various projects and I have never seen that error. Is there more context on this error? (e.g. stack trace). Would you have a...

I was able to see that error ``` Serverless: Running "serverless" installed locally (in service node_modules) AppSync Plugin: Error: Unknown type "Query". ``` It happens when there is no schema...

Hi @majorgilles This is a [known issue](https://github.com/sid88in/serverless-appsync-plugin/issues/249) Did this happen when you deployed with an older version of the plugin (

Are you using multiple APIs in the same stack, or passing the `appSync` configuration as an array (even with just one item)? The logical ID should be `GraphQlApi` for single...