Benoît Bouré

Results 140 comments of Benoît Bouré

@atlowell-smpl There is no way (that I know) to link an existing API to a serverless stack. This is because of how serverless works under the hood (it uses Cloudformations)....

@atlowell-smpl the Component and this plugin are two different concepts. The first one (the component) uses AWS's SDK (api) in order to perform actions. This makes what you are looking...

Hi, There is a PR that attempts to add support for re-using existing API. If you are still interested in this feature, your review and experience with this are more...

Thanks @honasassa for the suggestion. Feel free to open an PR for that. Also, I was thinking that it might be interesting to make this play nicely along with https://github.com/bboure/serverless-appsync-simulator...

Hi! Thank you for chiming in. I will have a look at this asap. I was actually about to work on a v2 of this plugin (see [RFC](https://github.com/sid88in/serverless-appsync-plugin/issues/378)). I will...

@epanfile version 1 of this plugin should be compatible with v3 of serverless framework. It might not be a smooth experience due to the changes in the command output api,...

@zhaoyi0113 the id and urls are exported by default by the plugin [here](https://github.com/sid88in/serverless-appsync-plugin/blob/master/src/index.js#L985-L997) under the names `GraphQlApiUrl` and `GraphQlApiId`` From another stack, you should be able to access them through:...

There is a PR open for that #392 I'll merge it soon

This is a topic that [has been discussed](https://github.com/sid88in/serverless-appsync-plugin/issues/300) in the past. There is not an easy solution. Please see [this comment](https://github.com/sid88in/serverless-appsync-plugin/issues/300#issuecomment-577393064) If someone wants to have a look [at this](https://aws.amazon.com/blogs/aws/new-import-existing-resources-into-a-cloudformation-stack/)...

MaxBatchSize will indeed come in v2 but v1 too (See #463) Master (v1) is unfortunately currently blocked by a breaking change introduced in the the latest PR. I still need...