Joey Zhao

Results 62 issues of Joey Zhao

I define my `schema.graphql` file under `./schema` directory. On my `serverless.yml` file, it has ``` custom: appsync: name: ${self:provider.stackName} schema: - ./schema/device.graphql - ./schema/schema.graphql - ./schema/transaction.graphql - ./schema/identity.graphql ``` when...

(Thanks for reporting an issue! Please, then fill out the blanks below.) What are the steps to reproduce this issue? ------------------------------------------- 1. Deploy a stack includes many lambdas which will...