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

com.github.toobrien:aws-lambda-s3-example 1.1

Template for an AWS Lambda function, demonstrating use of S3 module and POJO return type.

Категории

Категории

AWS Контейнер PaaS Providers AWS Lambda
Группа

Группа

com.github.toobrien
Идентификатор

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

aws-lambda-s3-example
Версия

Версия

1.1
Тип

Тип

jar

Скачать aws-lambda-s3-example 1.1


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