mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
add requestTimeEpoch to aws lambda types (#22941)
Add the missing requestTimeEpoch in the APIGatewayEventRequestContext interface. $context.requestTimeEpoch is documented in https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html#context-variable-reference
This commit is contained in:
parent
4c23e96fc7
commit
ee0a159fc2
1
types/aws-lambda/index.d.ts
vendored
1
types/aws-lambda/index.d.ts
vendored
@ -39,6 +39,7 @@ interface APIGatewayEventRequestContext {
|
||||
},
|
||||
stage: string;
|
||||
requestId: string;
|
||||
requestTimeEpoch: number;
|
||||
resourceId: string;
|
||||
resourcePath: string;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user