Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 09:20
482778b

Added

  • Feature: Add DynamoDB provider to parameters module (#1091) by @scottgerring
  • Feature: Update to powertools-cloudformation to deprecate Response.success() and Response.failed() methods. New helper methods are added to make it easier to follow best practices Response.success(String physicalResourceId) and Response.failed(String physicalResourceId). For a detailed explanation please read the powertools-cloudformation documentation page. (#1082) by @msailes
  • Update how a Lambda request handler method is identified (#1058) by @humanzz

Maintenance

  • Deps: Bump third party dependencies to the latest versions.
  • Examples: Import examples from aws-samples/aws-lambda-powertools-examples (#1051) by @scottgerring
  • Deprecate withMetricLogger in favor of withMetricsLogger (#1060) by @humanzz
  • Update issue templates (#1062) by @machafer
  • Send code coverage report (jacoco) to codecov (#1094) by @jeromevdl

Documentation

This release was made possible by the following contributors:

@humanzz, @jeromevdl, @machafer, @mriccia, @msailes and @scottgerring