c

cfn-response

A utility for using Cloudformation with Java8-based lambdas as custom resources
https://github.com/SunRun/cfn-response-java
The Apache License, Version 2.0
John Hovell
Files download
File Operation
cfn-response-1.2.1.jar download
cfn-response-1.2.1.pom download
cfn-response-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sunrun</groupId>
  <artifactId>cfn-response</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.sunrun:cfn-response:1.2.1'
Gradle Kotlin
implementation("com.sunrun:cfn-response:1.2.1")
Scala SBT
libraryDependencies += "com.sunrun" % "cfn-response" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sunrun', module='cfn-response', version='1.2.1')
)
Apache Ivy
<dependency org="com.sunrun" name="cfn-response" rev="1.2.1" />
Leiningen
[com.sunrun/cfn-response "1.2.1"]
Apache Buildr
'com.sunrun:cfn-response:jar:1.2.1'