MappingTemplate : Transformation too large
See original GitHub issueMy 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:
- Created 5 years ago
- Reactions:7
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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."
Could you solve the problem? I also feel the same and I could not. Can you help me?