File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ type APIGatewayRequestIdentity struct {
150
150
type APIGatewayWebsocketProxyRequest struct {
151
151
Resource string `json:"resource"` // The resource path defined in API Gateway
152
152
Path string `json:"path"` // The url path for the caller
153
- HTTPMethod string `json:"httpMethod"`
153
+ HTTPMethod string `json:"httpMethod,omitempty "`
154
154
Headers map [string ]string `json:"headers"`
155
155
MultiValueHeaders map [string ][]string `json:"multiValueHeaders"`
156
156
QueryStringParameters map [string ]string `json:"queryStringParameters"`
@@ -197,7 +197,7 @@ type APIGatewayCustomAuthorizerRequestTypeRequestIdentity struct {
197
197
ClientCert APIGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert `json:"clientCert"`
198
198
}
199
199
200
- // APIGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert contains certificate information for the request caller if using mTLS..
200
+ // APIGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert contains certificate information for the request caller if using mTLS.
201
201
type APIGatewayCustomAuthorizerRequestTypeRequestIdentityClientCert struct {
202
202
ClientCertPem string `json:"clientCertPem"`
203
203
IssuerDN string `json:"issuerDN"`
You can’t perform that action at this time.
0 commit comments