License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers AWS Lambda |
GroupId | GroupIdcom.github.toobrien |
ArtifactId | ArtifactIdaws-lambda-s3-example |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuickstart 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 |
Filename | Size |
---|---|
aws-lambda-s3-example-1.3.pom | |
aws-lambda-s3-example-1.3.jar | 6 KB |
aws-lambda-s3-example-1.3-sources.jar | 4 KB |
Browse |
<!-- 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"]