DEV Community

Fazeem Mohammed
Fazeem Mohammed

Posted on • Updated on

[Solution] Elastic Integration issue of Apollo server Graph QL program deployed as AWS lambda

Hi,

Anybody facing Elastic Integration issue with Apollo server GraphQL program deployed as AWS lambda?
with error message
Unable to instrument Lambda handler \"graphql.graphqlHandler\" due to name conflict with \"graphql\", please choose a different Lambda handler name
here is the solution for it ->
https://github.com/trentm/example-apollo-lambda/tree/v1.0.0#notes--troubleshooting

Top comments (0)