Last Version

AWS Lambda Java Core Library 1.2.1

Minimal set of interface definitions for Java support in AWS Lambda

License

License

Categories

Categories

Java Languages AWS Container PaaS Providers AWS Lambda
GroupId

GroupId

com.amazonaws
ArtifactId

ArtifactId

aws-lambda-java-core
Version

Version

1.2.1
Type

Type

jar
Description

Description

AWS Lambda Java Core Library
Minimal set of interface definitions for Java support in AWS Lambda
Project URL

Project URL

https://aws.amazon.com/lambda/
Source Code Management

Source Code Management

https://github.com/aws/aws-lambda-java-libs.git

Download aws-lambda-java-core 1.2.1


<!-- https://jarcasting.com/artifacts/com.amazonaws/aws-lambda-java-core/ -->
<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-lambda-java-core</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazonaws/aws-lambda-java-core/
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
// https://jarcasting.com/artifacts/com.amazonaws/aws-lambda-java-core/
implementation ("com.amazonaws:aws-lambda-java-core:1.2.1")
'com.amazonaws:aws-lambda-java-core:jar:1.2.1'
<dependency org="com.amazonaws" name="aws-lambda-java-core" rev="1.2.1">
  <artifact name="aws-lambda-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazonaws', module='aws-lambda-java-core', version='1.2.1')
)
libraryDependencies += "com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
[com.amazonaws/aws-lambda-java-core "1.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.