mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
aws-lambda: Add "domainPrefix" to APIGatewayEventRequestContext (#37038)
This commit is contained in:
committed by
Wesley Wigham
parent
048f16f5ac
commit
d142fa9f9d
1
types/aws-lambda/index.d.ts
vendored
1
types/aws-lambda/index.d.ts
vendored
@@ -40,6 +40,7 @@ export interface APIGatewayEventRequestContext {
|
||||
connectedAt?: number;
|
||||
connectionId?: string;
|
||||
domainName?: string;
|
||||
domainPrefix?: string;
|
||||
eventType?: string;
|
||||
extendedRequestId?: string;
|
||||
httpMethod: string;
|
||||
|
||||
Reference in New Issue
Block a user