Replies: 1 comment 8 replies
-
The configuration is the same as when running the gateway locally using the CLI. So whatever you export inside the All of the documentation about configuring the gateway applies. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm struggling to understand the process of deploying the GraphQL Mesh as AWS Lambda with V1.
I have generated the supegraph.graphql file from mesh.config.ts but I'm struggling with providing the configuration required here: https://the-guild.dev/graphql/hive/docs/gateway/deployment/serverless/aws-lambda
const serveRuntime = createGatewayRuntime(/* Your configuration */)
What is the configuration? mesh.config.ts file? Or supegraph.graphql? Do both those file need to be deployed to AWS Lambda?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions