serverless-appsync-plugin
serverless-appsync-plugin copied to clipboard
serverless plugin for appsync
Hello, my `userPoolId` is dynamic, so when I run `graphql-playground` I got an error: ```yaml userPoolConfig: awsRegion: ${self:provider.region} defaultAction: ALLOW userPoolId: Ref: cognitoUserPoolUsers ``` ``` Error: userPoolConfig.userPoolId: Ref "cognitoUserPoolUsers not...
Want to be able to define different locations of where mapping templates can live. Right now, current implementation only allows for single directory location. I want to be able to...
subscription request mapping template must specified ? can we use this 'request: false, response: false' ? i use 'request: false response: false' got this error 'Request mapping template not specified'
Just following the example and getting the following error Version: 1.11.3 ```bash AppSync Plugin: Error: Unknown type "Query". ``` The serverless.yml stack seems to be fine ```yaml mappingTemplates: - dataSource:...
Bumps [npm](https://github.com/npm/cli) from 8.8.0 to 8.14.0. Changelog Sourced from npm's changelog. v8.14.0 (2022-07-13) Features f032e1c #4827 feat: add npm audit signatures (@feelepxyz) e8102c1 #5076 feat: Add web auth type (@jumoel)...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
closes #500 same as #501 but into [v2 alpha](https://github.com/sid88in/serverless-appsync-plugin/tree/alpha) base branch
I am using ` "serverless-appsync-plugin": "^1.13.0",` in my serverless yml file. And I tried to create a custom domain but failed. The doc says I must create the domain first,...