aws-samples / aws-samples/apollo-server-on-aws-lambda
Split Lambda handlers for REST and WebSocket
Open
- Dominant language
- TypeScript
- Stars
- 25
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
As discussed in #1, splitting `handleMessage` in `graphql-query-handler.ts` into two separate functions would make the code more intuitive to understand.
This would require changes to the function code of `handleMessage` and the CDK definition of the corresponding Lambda function(s)
Contributor guide
Assessment
This issue has not been assessed yet.