powertools-lambda-java
powertools-lambda-java copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
### Summary As part of the V2 improvements we have an opportunity to work on public-facing API changes. We should reflect on our current API surface and where there is...
**Is your feature request related to a problem? Please describe.** Amazon CloudWatch [announced support](https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolution-metric-extraction-structured-logs/) for high resolution metric extraction from structured logs (EMF). Customers can now provide an optional [`StorageResolution`](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Resolution_definition)...
## Key information * RFC PR: * Related issue(s), if known: * Area: Logger * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-java/#tenets): Yes ## Summary [summary]: #summary Switch to [logback](https://logback.qos.ch) [GitHub repository](https://github.com/qos-ch/logback), [SLF4J](http://www.slf4j.org) and [logstash](https://github.com/logfellow/logstash-logback-encoder)...
To fill the gap with Powertools for Python, we should add a parser module. This will allow us to define models as POJOs then parse, validate, and extract only what...
**Is your feature request related to a problem? Please describe.** During testing it may be necessary to disable the idempotency feature. Currently this can be achieved by setting the `POWERTOOLS_IDEMPOTENCY_DISABLED`...
### Summary Dependabot tried to bump `aws-lambda-java-serialization` a minor version - 1.1.2 to 1.1.3 - and it has broken our tests. We should fix the issue into our main branch;...
### Summary These two projects don’t have any maintainers and may cause confusion to developers looking for samples with Lambda Powertools for Java. They need to be archived and moved...
**Is your feature request related to a problem? Please describe.** I was working on adding retry and error/exception handling to the lambda written in Java when I came across an...
### Summary Checkstyle's great, but we should make it easier to work with. ### Why is this needed? If contributors can't easily push changes because of checkstyle lints we are...
### Summary Now that we have sonar running, we have a lot of minor lints. It would be nice to address these. ### Why is this needed? Incrementally raise quality...