Jérôme Van Der Linden
Jérôme Van Der Linden
Definitely, it would be great to have a CDK sample (and maybe other frameworks: SST, serverless fwk). Regarding the 2 projects you mention, I agree https://github.com/aws-samples/cdk-lambda-packaging-java does not provide much...
Thanks for your RFC @roamingthings and the deep analysis. It definitely makes sense to get rid of log4j. The question I have and that I'd like to investigate is: do...
@pankajagrawal16 Hi Pankaj, I'm currently looking at this RFC and browsing our current logging module, I was not sure what `PowertoolsResolverFactory` and `PowertoolsResolver` are used for. Is it still useful,...
Hi @garretwilson @driverpt, thanks for your comments. I was like you and wanted to only use the SLF4J but we actually need an implementation in our code. I've started working...
Please have a look at the PR, I'm actually using service loaders. (https://github.com/awslabs/aws-lambda-powertools-java/blob/aef306e606fa6dbf5b7114eee1118d68ee58d095/powertools-logging-logback/src/main/resources/META-INF/services/software.amazon.lambda.powertools.logging.internal.LoggingManager) For the other question, see https://github.com/awslabs/aws-lambda-powertools-java/blob/aef306e606fa6dbf5b7114eee1118d68ee58d095/powertools-logging-logback/src/main/java/software/amazon/lambda/powertools/logging/internal/LogbackLoggingManager.java and https://github.com/awslabs/aws-lambda-powertools-java/blob/aef306e606fa6dbf5b7114eee1118d68ee58d095/powertools-logging-log4j/src/main/java/software/amazon/lambda/powertools/logging/internal/Log4jLoggingManager.java We need to perform some operation where there is...
Note for myself: see https://github.com/aws/aws-lambda-java-libs/tree/main/aws-lambda-java-log4j2
~~somehow linked to #1479~~
Note that we have the lambda-event library (looks close to [that](https://docs.powertools.aws.dev/lambda/python/2.9.1/utilities/parser/#built-in-models)) and also some utilities in the [serialization module](https://docs.powertools.aws.dev/lambda/java/utilities/serialization/#eventdeserializer). (comparing [this](https://docs.powertools.aws.dev/lambda/python/2.9.1/utilities/parser/#built-in-models) and [this](https://docs.powertools.aws.dev/lambda/python/2.9.1/utilities/parser/#built-in-models)) Can we explicitly describe what is available...
Thank you @dnnrly for this very well detailed RFC. As Scott mentioned, there is an equivalent in python, and this is a feature we were thinking about when we looked...
Thank you very much for your contribution here. Let's sleep on this a bit. v2 is around the corner, then it makes sense to have another look at it.