HTTP/2 pushes on AWS API Gateway + Lambda HTTP/2 pushes on AWS API Gateway + Lambda express express

HTTP/2 pushes on AWS API Gateway + Lambda


Incoming requests to API Gateway are HTTP2 compatible, but requests from API Gateway to your Lambda function will not be HTTP2. Your function code does not need to support HTTP2.