Benoît Bouré

Results 140 comments of Benoît Bouré

Hi @kvr2277 sorry for late response. There is currently no way to do what you are looking for, but it would be interesting to extend the `logConfig` option to enable...

@kvr2277 @akzincsystems After looking at this in #385 this is unfortunately not possible as of now. This is a CloudFormation limitation. If you look at the [AppSync LogConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-graphqlapi-logconfig.html) section of...

@Negan1911 FYI, there is already a separate project for [appsync serverless components](https://github.com/serverless-components/aws-app-sync). This plugin should stick to CloudFormation. Oh, and by the way, Cfn recently [increased the resource limit](https://aws.amazon.com/about-aws/whats-new/2020/10/aws-cloudformation-now-supports-increased-limits-on-five-service-quotas/) from...

Thank you all for all the feedback. I thoughtfully read them all as you posted them and deliberately omitted to respond in most cases to avoid "polluting" the thread and...

Additional thoughts. AppSync currently supports an old version of GraphQL specs. In v2, I want to support and probably **enforce** modern schema specs. EIther the plugin or AppSync itself will...

**Serverless Framework Compatibility** [SF is going to release a V3 soon](https://www.serverless.com/blog/serverless-framework-v3-beta). I originally planned on supporting the SF v2 but since there are significant differences in the API, the code...

Thanks for the feedback @NevRA I am trying to gather the pros and the cons so we can make a decision. As far as I know, Amplify does not allow...

Hi @indeedwatson Can we see your full schema file and appsync config ? Do you have field inside `Query` that returns a `Card`? And do you have a mappingTemplate for...

Thank you. LGTM One last thing. Would you mind also updating [the doc](https://github.com/sid88in/serverless-appsync-plugin/blob/alpha/doc/WAF.md)? (on both PRs) Thank you