License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdcom.perihelios.aws |
ArtifactId | ArtifactIdcloudwatch-lambda-event-dispatcher |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionAWS CloudWatch Event Dispatcher for AWS Lambda
Easy mapping of CloudWatch events to handlers in AWS Lambda
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.perihelios.aws/cloudwatch-lambda-event-dispatcher/ -->
<dependency>
<groupId>com.perihelios.aws</groupId>
<artifactId>cloudwatch-lambda-event-dispatcher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.perihelios.aws/cloudwatch-lambda-event-dispatcher/
implementation 'com.perihelios.aws:cloudwatch-lambda-event-dispatcher:1.0.0'
// https://jarcasting.com/artifacts/com.perihelios.aws/cloudwatch-lambda-event-dispatcher/
implementation ("com.perihelios.aws:cloudwatch-lambda-event-dispatcher:1.0.0")
'com.perihelios.aws:cloudwatch-lambda-event-dispatcher:jar:1.0.0'
<dependency org="com.perihelios.aws" name="cloudwatch-lambda-event-dispatcher" rev="1.0.0">
<artifact name="cloudwatch-lambda-event-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.perihelios.aws', module='cloudwatch-lambda-event-dispatcher', version='1.0.0')
)
libraryDependencies += "com.perihelios.aws" % "cloudwatch-lambda-event-dispatcher" % "1.0.0"
[com.perihelios.aws/cloudwatch-lambda-event-dispatcher "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-lambda-java-core | jar | 1.2.0 |
com.google.code.gson : gson | jar | 2.8.5 |