Questions tagged [serverless-appsync-plugin]

5 questions
3
votes
1 answer

AppSync Simulator: TypeError: Cannot convert undefined or null to object

(I am using machine translation.sorry) I'm building a local environment for appsync using a serverless framework Serverless-dynamodb-local Serverless-appsync-simulator Serverless-offline I got an error when I installed these and used the "sls…
1
vote
1 answer

Serverless App Sync Plugin Resolver Configuration

I am trying to get a serverless app sync resolver deployed and I am following the documentation on Github under "Inline Datasources". The documentation suggests that the following should be enough to create a resolver with a lambda datasource…
berimbolo
  • 3,319
  • 8
  • 43
  • 78
1
vote
0 answers

Why do I get a permissions error when deploying using serverless-appsync-plugin?

I'm trying to learn how to use serverless.com's AWS AppSync plugin. I get an error when I try to deploy: Error: CREATE_FAILED: GraphQlApi (AWS::AppSync::GraphQLApi) User: arn:aws:iam::705076103456:user/cloud_user is not authorized to perform:…
0
votes
0 answers

Serverless Framework - AWS AppSync Arn reference error

Trying to create an IAM role for lambda to call AppSync API from the lambda function. But having trouble with referencing the Appsync resource. The serverless.yml (truncated): provider: iam: role: statements: - Effect: 'Allow' …
0
votes
0 answers

I want using fixed Endpoint with serverless-appsync-simulator

Is it possible to use domain or localhost with serverless-appsync-simulator endpoint? I don't want the endpoint to change. When I start simulator, it uses a private IP address (192.168.x.x:20002/graphql) for the endpoint. So restarting the PC will…