a

aws-lambda-java-core

Minimal set of interface definitions for Java support in AWS Lambda
https://aws.amazon.com/lambda/
Apache License, Version 2.0
AWS Lambda team
Files download
File Operation
aws-lambda-java-core-1.2.2.jar download
aws-lambda-java-core-1.2.2.pom download
aws-lambda-java-core-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-core</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-lambda-java-core:1.2.2'
Gradle Kotlin
implementation("com.amazonaws:aws-lambda-java-core:1.2.2")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-lambda-java-core" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-lambda-java-core', version='1.2.2')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-lambda-java-core" rev="1.2.2" />
Leiningen
[com.amazonaws/aws-lambda-java-core "1.2.2"]
Apache Buildr
'com.amazonaws:aws-lambda-java-core:jar:1.2.2'
Dependencies
The project has no third-party dependencies