Is it possible to do input validation with AWS AppSync without adding another "layer" of interaction?
I feel like adding a lambda function will defeat the purpose of it.
What I would like to accomplish is at least some regexp validation on strings.
And if not, then how do people that use AppSync or similar solutions (firebase) do so?