MVN

software.amazon.lambda : powertools-cloudformation

Maven & Gradle

Aug 21, 2023
277 stars

Powertools for AWS Lambda (Java)library Cloudformation · A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.

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

Latest Version

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

  • Latest Stable: 1.17.0

All Versions

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

Version Vulnerabilities Updated
1.17.x
powertools-cloudformation-1.17.0
1.16.x
powertools-cloudformation-1.16.1
powertools-cloudformation-1.16.0
1.15.x
powertools-cloudformation-1.15.0
1.14.x
powertools-cloudformation-1.14.0
1.13.x
powertools-cloudformation-1.13.0
1.12.x
powertools-cloudformation-1.12.3
powertools-cloudformation-1.12.2
powertools-cloudformation-1.12.1
powertools-cloudformation-1.12.0
1.11.x
powertools-cloudformation-1.11.0
1.10.x
powertools-cloudformation-1.10.3
powertools-cloudformation-1.10.2
powertools-cloudformation-1.10.1
powertools-cloudformation-1.10.0
1.9.x
powertools-cloudformation-1.9.0
1.8.x
powertools-cloudformation-1.8.2
powertools-cloudformation-1.8.1
powertools-cloudformation-1.8.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'software.amazon.lambda:powertools-cloudformation:1.17.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement