You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Type APIGatewayProxyRequestContext doesn't include DomainName and DomainPrefix attributes which are present in actual API Gateway request.
Describe the solution you'd like
Add DomainName and DomainPrefix fields to APIGatewayProxyRequestContext type.
Describe alternatives you've considered
None
Additional context
I guess API Gateway added these fields after this library was created. Which would explain why they were not implemented in the first place.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Type
APIGatewayProxyRequestContext
doesn't includeDomainName
andDomainPrefix
attributes which are present in actual API Gateway request.Describe the solution you'd like
Add
DomainName
andDomainPrefix
fields toAPIGatewayProxyRequestContext
type.Describe alternatives you've considered
None
Additional context
I guess API Gateway added these fields after this library was created. Which would explain why they were not implemented in the first place.
The text was updated successfully, but these errors were encountered: