Skip to content

v1.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 09:40
15029c4

Changes

Bug Fixes

  • SQS Batch processing: Prevent message to be marked as success if failed sending to DLQ for non retryable exceptions. #731

Documentation

  • SQS Batch processing: Improve documentation on IAM premissions required by function when using utility with an encrypted SQS queue with customer managed KMS keys.

  • chore: move core utilities example to aws-samples/aws-lambda-powertools-examples (#733) by @pankajagrawal16
  • fix: Prevent message to be marked as success if failed sending to DLQ (#731) by @pankajagrawal16
  • fix(gradle): Fix gradle example and docs to work with java 12+ (#703) by @michaelbrewer

This release was made possible by the following contributors:

@michaelbrewer and @pankajagrawal16