DefinitelyTyped/types/aws-lambda/common
Simon Buchan 1833099f50
[aws-lambda] Add protocol to APIGatewayRequestContext. (#42419)
Fixes #42049.

No decent docs from AWS for the actual proxy integration, on the
Lambda side or the API Gateway side, but there's an approximation on
the API Gateway docs for the VTL $context variable:

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html#context-variable-reference

From experimentation, not all of the variables referenced above exist,
at least most of the time, but everything except the `protocol` that
was present in what I received already existed.
2020-02-21 11:42:57 -08:00
..
api-gateway.d.ts [aws-lambda] Add protocol to APIGatewayRequestContext. (#42419) 2020-02-21 11:42:57 -08:00
cloudfront.d.ts