We have an API we are starting to develop in TypeScript using AWS Lambda and Exposing it to the world with AppSync using graphql.
We looked into documenting with swagger and tsoa and it's only showing the regular request and response of the lambdas and lives in s3
- It can't hit the lambda
- It doesn't show that this is graphql at all
- It feels like we hacked it together
Is there a better way ?
