Cody F

Results 5 issues of Cody F

### Use case Create an additional log level of `TRACE` below `DEBUG` `DEBUG` contains statements about entering specific functions, iterations of a loop, timing info, etc. as well as actual...

logger
need-customer-feedback
feature-request
discussing

### Use case I need to parse the actual structure of an APIGatewayProxyEventV2Schema's requestContext.authorizer.lambda key (for both typing and validation reasons) ### Solution/User Experience Export the APIGatewayV2RequestAuthorizer & APIGatewayV2RequestContext schemas...

help-wanted
feature-request
confirmed
parser

Currently the .jwt validation code returns false if there is no decoded.typ in the header portion of the jwt. However the typ is not strictly mandatory. https://www.rfc-editor.org/rfc/rfc7519#section-5.1 Note "Use of...

### Use case I believe incorporating a distributed lock client into the powertools would be of value. There are times multiple events being processed need to update the same resource...

feature-request
discussing

### Use case Today when there is a parsing error (except when using safeParse) the error is thrown uncaught. This could be potentially undesired, as we may want to instead...

feature-request
confirmed
parser