Scott Gerring

Results 34 comments of Scott Gerring

The logger aspect could: * Catch and log at an appropriate level in a structured fashion * Rethrow We'll get the error twice in the logs - once structured once...

@mriccia if you feel especially attached to it lets add it in v1, otherwise I don't think we should push new features there as discussed.

This has been done for some modules: * Batch: #1317 * Large messages: #1310 * Metrics: #1041 * Logging: #1435 This will be done for the other modules: * Idempotency:...

**Investigation Notes** Re-assessing the list of events [supported in events v3](https://github.com/aws/aws-lambda-java-libs/blob/main/aws-lambda-java-events/README.md) I see no events with user-defined payloads we are not already handling. Modules that use `ObjectMapper` directly in `v2`:...

Open questions: * Should `powertools-parameters / JsonTransformer` use the serialization ObjectMapper ? (probably yes?) * Should `powertools-cloudformation` use the serialization ObjectMapper? (probably not - CF serialization needs different from generic...

I will go through and diff this against python to see if we are missing anything.

@AlexeySoshin it's not clear that we have one - this task is more likely to be a "go and compare what we have against the python impl, and assert that...