Closed sobolk closed 2 weeks ago
Latest commit: 4a7fd00a4fdfee6fe83f4d003d9fb2e435fd58c0
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Problem
When errors are thrown in Lambda they are not propagated to upstream AppSync instance.
This is due to asynchronous dispatch from AppSync to Lambda.
Changes
The changes in this PR are to catch and forward as many errors as possible.
errors
field.Validation
Screenshot from e2e testing with AppSync using snapshot release:
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.