powertools-lambda-java
powertools-lambda-java copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
**Is your feature request related to a problem? Please describe.** We should add support for CRaC priming. This will improve the startup performance of applications using Powertools. @msailes has written...
### Summary We should use the V2 release as an opportunity to reflect upon the interfaces of our existing modules and identify areas of improvement. This work has been done...
**What were you trying to accomplish?** Our Kibana instance couldn't parse the ECS layout provided by `LambdaEcsLayout`; we believe thanks to the service field. ## Expected Behavior Service should be...
[**Issue 1041 **](https://github.com/aws-powertools/powertools-lambda-java/issues/1041) ## Description of changes: Updated emf library allowing users to publish high resolution metrics **Checklist** * [ ] [Meet tenets criteria](https://docs.powertools.aws.dev/lambda-java/#tenets) * [x] Update tests * [...
**Issue #, if available:** #1504 ## Description of changes: The remaining changes to add an alternative redis implementation to our newly-split idempotency module for v2. The previous split happened in...
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Add support for https://aws.amazon.com/about-aws/whats-new/2023/11/aws-secrets-manager-batch-retrieval-secrets/ in Parameters module.
### Summary We should use the V2 release as an opportunity to reflect upon the interfaces of our existing modules and identify areas of improvement. This work has been done...
**Is your feature request related to a problem? Please describe.** When using the Powertools Logger, log lines are annotated with a number of useful fields such as `function_request_id`. However, if...
# RFC: Powertools for Lambda (Java) v2 Release ## Summary In this RFC we propose a v2 release for the "Powertools for Lambda (Java)" library. The intent is to bundle...
**Is your feature request related to a problem? Please describe.** When using the idempotency module with Tracing: Active, it is not possible to see from the Trace how much time...