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.2.jar download
cfn-response-1.2.2.pom download
cfn-response-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sunrun</groupId>
  <artifactId>cfn-response</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.sunrun:cfn-response:1.2.2'
Gradle Kotlin
implementation("com.sunrun:cfn-response:1.2.2")
Scala SBT
libraryDependencies += "com.sunrun" % "cfn-response" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sunrun', module='cfn-response', version='1.2.2')
)
Apache Ivy
<dependency org="com.sunrun" name="cfn-response" rev="1.2.2" />
Leiningen
[com.sunrun/cfn-response "1.2.2"]
Apache Buildr
'com.sunrun:cfn-response:jar:1.2.2'