MVN

software.amazon.lambda : powertools-large-messages

Maven & Gradle

Aug 21, 2023
277 stars

Powertools for AWS Lambda (Java) library Large messages · A suite of utilities for AWS Lambda Functions that makes handling large messages in SQS and SNS easier.

<dependency>
    <groupId>software.amazon.lambda</groupId>
    <artifactId>powertools-large-messages</artifactId>
    <version>1.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.lambda : powertools-large-messages to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.0

All Versions

Choose a version of software.amazon.lambda : powertools-large-messages to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
powertools-large-messages-1.17.0

How to add a dependency to Maven

Add the following software.amazon.lambda : powertools-large-messages maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.lambda</groupId>
    <artifactId>powertools-large-messages</artifactId>
    <version>1.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.lambda : powertools-large-messages gradle dependency to your build.gradle file:

implementation 'software.amazon.lambda:powertools-large-messages:1.17.0'

Gradle Kotlin DSL: Add the following software.amazon.lambda : powertools-large-messages gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.lambda:powertools-large-messages:1.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.lambda : powertools-large-messages sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.lambda" % "powertools-large-messages" % "1.17.0"