Alexandr Curtov
Alexandr Curtov
It must be in `event.info` ([doc](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-context-reference.html#aws-appsync-resolver-context-reference-info)), where `event` is a first argument of lambda
Result returns by table name. `$util.toJson($ctx.result.data.get("Value-ctwvdp7ygfhyjhq25uvkfzftfy-devtwo"))` P.s. Also I advice to enable debug logging to cloudwatch - it helps a lot
> It would be nice to disable the schema introspection completely for everyone except administrators. Try to deny access to field `.../types/Query/fields/__schema` in your policy. Example ``` - Effect: Deny...
> [rodrigoreis22](/rodrigoreis22) Looks like there is no any policy or role while using API key. Maybe WAF can help you
> [kyptov](https://github.com/kyptov) just wondering: there is any practical code doing this? - Having an empty class with different props? Yes, it helps to distinguish one type from another. But most...