Skip to content

no.liflig.liflig-messaging-sqs-lambda 3.20260318.100536 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>no.liflig</groupId>
  <artifactId>liflig-messaging-sqs-lambda</artifactId>
  <version>3.20260318.100536</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Provides a function for processing messages in AWS Lambda functions that use SQS as the event
source. It improves failure handling for individual messages in a batch, and allows you to use
the same MessageProcessor interface as in long-running services.