Ran Isenberg

Results 14 comments of Ran Isenberg

@tomato42 thx! so this means that our security scanner is giving a false positive since we are install python-jose[cryptography] which doesnt use rsa. can rsa not be installed at all...

nice one, would really help me to remove docker dependency in my open source project that use cdk and Lambda. @evgenyka please approve this approach :)

> There's a lot of overlap between the [Event Handler](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/), [Event Source Data Classes](https://docs.powertools.aws.dev/lambda/python/latest/utilities/data_classes/), [Parser](https://docs.powertools.aws.dev/lambda/python/latest/utilities/parser/), and [Validation](https://docs.powertools.aws.dev/lambda/python/latest/utilities/validation/) > > Is there a nice way to unify it all somehow? I...

Hey Michael 🙏🏻 I agree, it's a massive breaking change. I'm not sure it's worth it tbh but im biased as i use the parser (and contributed it in the...

> Does it mean the message within SQS and SNS will have the same structure and we have to unwrap the body nicely with one signature without additional conditional expressions?...

@leandrodamascena I think i didnt explain myself well. I totally agree with the local approach. I meant that the CLI that i built works with current implementation of the event...

We have implemented an offline OpenAPI generator CLI internally so i know it can be done. What kind of ideas? i thought i already did that :) "Create a CLI...

> We have a global class (with a dict). The best practice as I see it, is that the handler inject the parameters straight after the input validation. Then, if...

It's not intended for anything else other than input based session context. No DDB/Redis.. just plain in memory that is reset once the invocation is finished. Handler gets input ->...