We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c32f1 commit e7ef344Copy full SHA for e7ef344
events/apigw.go
@@ -76,7 +76,7 @@ type APIGatewayV2HTTPRequestContext struct {
76
Time string `json:"time"`
77
TimeEpoch int64 `json:"timeEpoch"`
78
HTTP APIGatewayV2HTTPRequestContextHTTPDescription `json:"http"`
79
- Authentication APIGatewayV2HTTPRequestContextAuthentication `json:"authentication"`
+ Authentication APIGatewayV2HTTPRequestContextAuthentication `json:"authentication,omitempty"`
80
}
81
82
// APIGatewayV2HTTPRequestContextAuthorizerDescription contains authorizer information for the request context.
0 commit comments