Heitor Lessa
Heitor Lessa
hey @nlykkei , thank you for reporting it - got any code snippet to make it easier to reproduce it? Edit: `brew` latest upgrade broke openssl on my machine so...
@leandrodamascena are you able to look into it tomorrow? had a rough day today and w/ development setup suddenly broken it was hard to concentrate. It almost looks like either...
Cc @jfuss @praneetap @awood45 - I know the team is crazy busy but if you're happy with the idea, I'm happy to create a PR for you to review and...
Checking in as I've had to help a customer create multiple workarounds in VSCode for this to work (eg., tests failing due to module not found, FQDN imports failing in...
**suggestion if I may**: add support to use customers logger instance in Batch, then log exception if there is one registered. This meets customers halfway and sets a springboard to...
Assigning to release it this Thursday
Hey Kim, did you face any issues accessing via the app.current_event within the middleware? The app instance is the same for both middlewares and routes by design. PS: I’m reading...
Gotcha! It sounds like a stable albeit longer solution would be to create a standardised Request object (I remember there’s an issue for that). Similar to Starlette, this would also...
Turns out the issue I mentioned was the precursor to have our new Data Validation feature (#1955) - we inject request [Payloads](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#validating-payloads), [Headers](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#validating-headers), [Query String](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#validating-query-strings), [Path parameters](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#validating-path-parameters), etc. inferring from...
THANK YOU @ericbn for taking the time, this has been a pet peeve of mine for a long while but we never had the bandwidth to kick off a discussion...