Last Version

Quickstart AWS Lambda S3 example 1.3

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

License

License

Categories

Categories

AWS Container PaaS Providers AWS Lambda
GroupId

GroupId

com.github.toobrien
ArtifactId

ArtifactId

aws-lambda-s3-example
Version

Version

1.3
Type

Type

jar
Description

Description

Quickstart AWS Lambda S3 example
Template for an AWS Lambda function, demonstrating use of S3 module and POJO return type.
Source Code Management

Source Code Management

http://github.com/toobrien/aws-lambda-s3-example/tree/master

Download aws-lambda-s3-example 1.3


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

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.