| Title: |
WrzasqPl CloudFormation StackSet handler |
| Group ID: |
pl.wrzasq.lambda |
| Artifact ID: |
lambda-cform-stackset |
| Version: |
1.1.15 |
| Last modified: |
11.11.2020 11:34 |
| Packaging: |
jar |
| Name: |
WrzasqPl CloudFormation StackSet handler |
| Description: |
StackSet resource handler for CloudFormation. |
| URL: |
https://rafalwrzeszcz-wrzasqpl.github.io/pl.wrzasq.lambda/lambda-cform-stackset/ |
| Vendor: |
Rafał Wrzeszcz - Wrzasq.pl |
|
|
| Size: |
16.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/pl/wrzasq/lambda/lambda-cform-stackset/1.1.15/lambda-cform-stackset-1.1.15.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="utf-8"?>
<!--
# This file is part of the pl.wrzasq.lambda.
#
# @license http://mit-license.org/ The MIT license
# @copyright 2019 - 2020 © by Rafał Wrzeszcz - Wrzasq.pl.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd
">
<modelVersion>4.0.0</modelVersion>
<!-- core project settings -->
<artifactId>lambda-cform-stackset</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda</artifactId>
<version>1.1.15</version>
<relativePath>../</relativePath>
</parent>
<!-- project meta info -->
<name>WrzasqPl CloudFormation StackSet handler</name>
<url>https://rafalwrzeszcz-wrzasqpl.github.io/pl.wrzasq.lambda/lambda-cform-stackset/</url>
<description>StackSet resource handler for CloudFormation.</description>
<inceptionYear>2019</inceptionYear>
<!-- plugins configuration -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<usedDependency>pl.wrzasq.commons:commons-json</usedDependency>
<usedDependency>pl.wrzasq.parent:parent-lambda</usedDependency>
</usedDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
</plugins>
</build>
<!-- project dependencies -->
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudformation</artifactId>
<version>1.11.802</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-core</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.sunrun</groupId>
<artifactId>cfn-response</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>pl.wrzasq.commons</groupId>
<artifactId>commons-aws</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>pl.wrzasq.commons</groupId>
<artifactId>commons-json</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-lambda</artifactId>
<version>1.1.9</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>pl.wrzasq.lambda</groupId>
<artifactId>lambda-cform-stackset</artifactId>
<version>1.1.15</version>
</dependency>
|
| Gradle: |
pl.wrzasq.lambda:lambda-cform-stackset:1.1.15 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
aws-java-sdk-cloudformation-1.11.802.jar
in com/amazonaws/aws-java-sdk-cloudformation/1.11.802
-
[JAR]
aws-lambda-java-core-1.2.1.jar
in com/amazonaws/aws-lambda-java-core/1.2.1
-
[JAR]
cfn-response-1.2.2.jar
in com/sunrun/cfn-response/1.2.2
-
[JAR]
commons-aws-1.1.4.jar
in pl/wrzasq/commons/commons-aws/1.1.4
-
[JAR]
commons-json-1.1.4.jar
in pl/wrzasq/commons/commons-json/1.1.4
-
[JAR]
parent-lambda-1.1.9.jar
in pl/wrzasq/parent/parent-lambda/1.1.9
-
[JAR]
slf4j-api-1.7.30.jar
in org/slf4j/slf4j-api/1.7.30
|
| Dependency Graph: |
Show
Less
More
|