question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MappingTemplate : Transformation too large

See original GitHub issue

My Specific error:

{"data":{"sync":null},"errors":[{"path":["sync"],"data":null,"errorType":"MappingTemplate","errorInfo":null,"locations":[{"line":2,"column":3}],"message":"Transformation too large"}]}

There seem to be some instances where a large .json body throws this error. Any workaround to this besides breaking up the data?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bitfrostcommented, Oct 12, 2018

I got this from aws support back in Jun "The AppSync team has responded and confirmed that there is a 1MB limit. They are considering increasing this limit and are working to have this limit documented. Please understand that AWS Support cannot provide ETAs for when or if this increase will go through.

If there are additional questions regarding this matter, please feel free to reach back."

1reaction
keyfucommented, Jun 1, 2018

Could you solve the problem? I also feel the same and I could not. Can you help me?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting and Common Mistakes - AWS AppSync
If your GraphQL operation returns the following error message, it may be because your request mapping template structure doesn't match the Amazon DynamoDB ......
Read more >
AWS AppSync - GraphQL API Mapping Template Error
The problem can be with the $utils.appendError VTL method (line 10 of the Response Mapping Template). Based on your Response mapping ...
Read more >
nader ( , ) | nader.lens on Twitter: "@undef_obj @millarm ...
And... found out how to enable debugging! Got the cause: error “MappingTemplate” Transformation too large”.
Read more >
AWS AppSync — the unexpected. As a GraphQL fan ... - Medium
I'm rebuilding one of the larger projects to AppSync. ... uses them to map schema fields to the data sources and to transform...
Read more >
AWS AppSync Developer Guide - Amazon S3
Resolver Mapping Template Reference for Amazon Elasticsearch Service . ... which contain transformation and execution logic. Identity.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found