powertools-lambda-java
powertools-lambda-java copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
Bumps [aws-embedded-metrics](https://github.com/awslabs/aws-embedded-metrics-java) from 1.0.6 to 2.0.0. Release notes Sourced from aws-embedded-metrics's releases. v2.0.0 Support for 30 dimensions per dimension set. If more than 30 dimensions are given then DimensionSetExceededException will...
**Issue #, if available:** https://github.com/awslabs/aws-lambda-powertools-python/issues/1038 ## Description of changes: Using the same mechanism as python to handle functions timeout: see https://github.com/awslabs/aws-lambda-powertools-python/pull/1387, adding a timestamp in dynamoDB for the expected time...
Bumps `aws.sdk.version` from 2.17.239 to 2.17.240. Updates `software.amazon.awssdk:bom` from 2.17.239 to 2.17.240 Changelog Sourced from software.amazon.awssdk:bom's changelog. 2.17.240 2022-07-26 AWS AppSync Features Adds support for a new API to evaluate...
Bumps [json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.70 to 1.0.72. Release notes Sourced from json-schema-validator's releases. 1.0.72 - 2022-07-17 Added Changed upgrade undertow to 2.2.14.Final to 2.2.18.Final fixes #586 Add V202012 to SpecVersionDetector And...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.6.0.0 to 4.7.0.0. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs-maven-plugin 4.7.0.0 Support spotbugs 4.7.0 Fix #68, note still requires use of a separate plugin, see [here}(https://github.com/spotbugs/spotbugs-maven-plugin#eclipse-m2e-integration) Fix...
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.23.0 to 3.23.1. Commits 0256688 [maven-release-plugin] prepare release assertj-core-3.23.1 6529933 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2 d9cd2da [maven-release-plugin] prepare for next development iteration See full diff in...
**Issue #, if available:** ## Description of changes: Add AppConfig in the parameter module. **Checklist** * [ ] [Meet tenets criteria](https://awslabs.github.io/aws-lambda-powertools-java/#tenets) * [ ] Update tests * [ ] Update...
**Is your feature request related to a problem? Please describe.** Coldstarts in Lambda **Describe the solution you'd like** Use of `jackson-jr` for faster startup time **Describe alternatives you've considered** N/A...
After the apparition of a [cve](https://github.blog/2022-04-12-git-security-vulnerability-announced/) and a correction pushed by git, we had an [error](https://github.com/actions/checkout/issues/766) when building the doc: > Error: fatal: unsafe repository ('/docs' is owned by someone...
**Issue #, if available:** ## Description of changes: This module simplifies the configuration of CORS headers when using API Gateway and Lambda proxy. It removes boilerplate code in the function...