Is it possible to run HTTP/2 pushes with aws-serverless-express?
As far as I know, AWS API gateway supports HTTP/2 (verified with https://tools.keycdn.com/http2-test). Unfortunately, I can't find any example of HTTP/2 pushes under node.js app deployed on lambda.
The only example which I found is Node.js app which supports HTTP/2:
https://github.com/azat-co/http2-node-server-push
Any tips? Solutions? Is it even possible?