serverless-appsync-simulator icon indicating copy to clipboard operation
serverless-appsync-simulator copied to clipboard

A simple wrapper around Amplify AppSync Simulator to test serverless AppSync Apis

Results 32 serverless-appsync-simulator issues
Sort by recently updated
recently updated
newest added

I see currently authenticationType API_KEY only supported. Any plans to support other authentication types? Thank you

**Describe the bug** From version `0.17.0`, the `location` configuration parameter seems ignored. Therefore the target lambdas are from the last package in `.serverless` folder and lambdas won't get refreshed on...

**Describe the bug** This is a direct lambda query/datasource. It works fine deployed to AWS but dies not to work locally. Not sure how to debug/trace as SLS_DEBUG does not...

** Does your functional requirement relate to the problem? Please describe it. ** Lamda is new to AppSync authentication, serverless-appsync-plugin supports it, but serverless-appsync-simulator does not. Since amplify is already...

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.8 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

When using multiple APIs, port is incremented.(See: https://github.com/serverless-appsync/serverless-appsync-simulator/pull/92) However, when I specified port from the environment variable, it became a string and could not be incremented, resulting in the following...

**Describe the bug** We can not run the project locally after upgrade of serverless-appsync-plugin to v2 ` "serverless": "3.28.0", "serverless-appsync-plugin": "^2.0.0", "serverless-appsync-simulator": "^0.20.0", "serverless-offline": "12.0.4"`

**Describe the bug** [AWS has updated their access key ID naming pattern](https://repost.aws/articles/ARc4hEkF9CRgOrw8kSMe6CwQ/troubleshooting-the-access-key-id-or-security-token-is-invalid-error-after-upgrading-dynamodb-local-to-version-2-0-or-greater) which results in a breaking change when using VTL templates, serverless-offline, and this repo I would be happy...