Download smt-aws-cfn-cr-scaffold-1.0.jar file - Jar s

Jar examples for s:smt-aws-cfn-cr-scaffold

Description

This library provides scaffolding for creating AWS lambda back CloudFormation custom resources. This greatly simplifies the code required while handling any logic routing and signalling.

You can download jar file smt-aws-cfn-cr-scaffold 1.0 in this page.

License

Apache License

Build File

You can use the following script to add smt-aws-cfn-cr-scaffold-1.0.jar to your project.

<dependency>
   <groupId>com.github.shiver-me-timbers</groupId>
   <artifactId>smt-aws-cfn-cr-scaffold</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.shiver-me-timbers', name: 'smt-aws-cfn-cr-scaffold', version: '1.0'
libraryDependencies += "com.github.shiver-me-timbers" % "smt-aws-cfn-cr-scaffold" % "1.0"
<dependency org="com.github.shiver-me-timbers" name="smt-aws-cfn-cr-scaffold" rev="1.0"/>
@Grapes(@Grab(group='com.github.shiver-me-timbers', module='smt-aws-cfn-cr-scaffold', version='1.0'))
'com.github.shiver-me-timbers:smt-aws-cfn-cr-scaffold:jar:1.0'

Download

Click the following link to download the jar file.

smt-aws-cfn-cr-scaffold-1.0-javadoc.jar
smt-aws-cfn-cr-scaffold-1.0-sources.jar
smt-aws-cfn-cr-scaffold-1.0.jar
smt-aws-cfn-cr-scaffold-1.0.pom



Related Tutorials