cloudwatch-lambda-event-dispatcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.perihelios.aws</groupId> <artifactId>cloudwatch-lambda-event-dispatcher</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.perihelios.aws</groupId> <artifactId>cloudwatch-lambda-event-dispatcher</artifactId> <version>1.0.0</version> <name>AWS CloudWatch Event Dispatcher for AWS Lambda</name> <description>Easy mapping of CloudWatch events to handlers in AWS Lambda</description> <url>https://github.com/perihelios/aws-cloudwatch-lambda-event-dispatcher</url> <organization> <name>Perihelios LLC</name> <url>http://www.perihelios.com/</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>jc</id> <name>Jonathan Cottrill</name> <email>oss@perihelios.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/perihelios/aws-cloudwatch-lambda-event-dispatcher.git</connection> <developerConnection>scm:git:ssh://git@github.com/perihelios/aws-cloudwatch-lambda-event-dispatcher.git</developerConnection> <url>https://github.com/perihelios/aws-cloudwatch-lambda-event-dispatcher</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/perihelios/aws-cloudwatch-lambda-event-dispatcher/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-core</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.5</version> <scope>runtime</scope> </dependency> </dependencies> </project>