Amplify GraphQL @function transformer
npm install @aws-amplify/graphql-function-transformerThe @function directive allows you to quickly and easily configure AWS Lambda
resolvers within your AWS AppSync API.
#### Definition
``graphql``
directive @function(name: String!, region: String, accountId: String) on FIELD_DEFINITION