AWS Lambda Java Events Library

Event interface definitions AWS services supported by AWS Lambda.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования AWS Контейнер PaaS Providers AWS Lambda
Группа

Группа

org.lambdify
Идентификатор

Идентификатор

aws-lambda-java-events
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

AWS Lambda Java Events Library
Event interface definitions AWS services supported by AWS Lambda.
Ссылка на сайт

Ссылка на сайт

https://aws.amazon.com/lambda/
Система контроля версий

Система контроля версий

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

Скачать aws-lambda-java-events

Как подключить последнюю версию

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

Зависимости

provided (3)

Идентификатор библиотеки Тип Версия
com.amazonaws : aws-java-sdk-s3 jar 1.11.163
com.amazonaws : aws-java-sdk-kinesis jar 1.11.163
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.163

Модули Проекта

Данный проект не имеет модулей.

AWS Lambda Java Support Libraries

Interface definitions for Java code running on the AWS Lambda platform.

For issues and questions, you can start with our FAQ and the AWS forums

To get started writing AWS Lambda functions in Java, check out the official documentation.

Disclaimer of use

Each of the supplied packages should be used without modification. Removing dependencies, adding conflicting dependencies, or selectively including classes from the packages can result in unexpected behavior.

Release Notes

Check out the per-module release notes:

Where to get packages


Maven

<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-core</artifactId>
  <version>1.2.1</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-events</artifactId>
  <version>3.7.0</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-events-sdk-transformer</artifactId>
  <version>3.0.2</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-log4j2</artifactId>
  <version>1.2.0</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
  <version>1.0.0</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-tests</artifactId>
  <version>1.0.0</version>
  <scope>test</scope>
</dependency>

Gradle

'com.amazonaws:aws-lambda-java-core:1.2.1'
'com.amazonaws:aws-lambda-java-events:3.7.0'
'com.amazonaws:aws-lambda-java-events-sdk-transformer:3.0.2'
'com.amazonaws:aws-lambda-java-log4j2:1.2.0'
'com.amazonaws:aws-lambda-java-runtime-interface-client:1.0.0'
'com.amazonaws:aws-lambda-java-tests:1.0.0'

Leiningen and Boot

[com.amazonaws/aws-lambda-java-core "1.2.1"]
[com.amazonaws/aws-lambda-java-events "3.7.0"]
[com.amazonaws/aws-lambda-java-events-sdk-transformer "3.0.2"]
[com.amazonaws/aws-lambda-java-log4j2 "1.2.0"]
[com.amazonaws/aws-lambda-java-runtime-interface-client "1.0.0"]
[com.amazonaws/aws-lambda-java-tests "1.0.0"]

sbt

"com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
"com.amazonaws" % "aws-lambda-java-events" % "3.7.0"
"com.amazonaws" % "aws-lambda-java-events-sdk-transformer" % "3.0.2"
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.2.0"
"com.amazonaws" % "aws-lambda-java-runtime-interface-client" % "1.0.0"
"com.amazonaws" % "aws-lambda-java-tests" % "1.0.0"

Using aws-lambda-java-core

This package defines the Lambda Context object as well as interfaces that Lambda accepts.

Using aws-lambda-java-events

This package defines event sources that AWS Lambda natively accepts. See the documentation for more information.

Using aws-lambda-java-events-sdk-transformer

This package provides helper classes/methods to use alongside aws-lambda-java-events in order to transform Lambda input event model objects into SDK-compatible output model objects.
See the documentation for more information.

Using aws-lambda-java-log4j2

This package defines the Lambda adapter to use with log4j version 2. See the README or the official documentation for information on how to use the adapter.

Using aws-lambda-java-runtime-interface-client

This package defines the Lambda Java Runtime Interface Client package, a Lambda Runtime component that starts the runtime and interacts with the Runtime API - i.e., it calls the API for invocation events, starts the function code, calls the API to return the response. The purpose of this package is to allow developers to deploy their applications in Lambda under the form of Container Images. See the README for information on how to use the library.

Using aws-lambda-java-serialization

This package defines the Lambda serialization logic using in the aws-lambda-java-runtime-client library. It has no current standalone usage.

Using aws-lambda-java-tests

This package provides utils to ease Lambda Java testing. Used with aws-lambda-java-serialization and aws-lambda-java-events to inject events in your JUnit tests.

org.lambdify

Amazon Web Services

Версии библиотеки

Версия
2.1.0